| 106 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `pre4836_attribute_group` ag INNER JOIN `pre4836_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `pre4836_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `pre4836_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN pre4836_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 5) INNER JOIN pre4836_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 5) LEFT JOIN `pre4836_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 13 ORDER BY agl.`name` ASC, a.`position` ASC |
32.658
ms
|
1639 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Converter.php:427 (getAttributes)
/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)
|
| 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, pa.id_product_attribute 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 = 5 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_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value=767)) AND ((pac_1.id_attribute IN (1336, 30165))) AND ps.id_shop='5' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=130 AND c.nright<=131 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_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pre4836_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=76)) AND ((fp_1.id_feature_value=767)) AND ((pac_2.id_attribute IN (1336, 30165))) GROUP BY fp.id_feature_value |
15.563
ms
|
2730348000 |
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)
|
| 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`) |
13.440
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)
|
| 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, pa.id_product_attribute 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 = 5 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) LEFT JOIN pre4836_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature_value=767)) AND ((fp_1.id_feature_value=2809)) AND ((pac_2.id_attribute IN (1336, 30165))) AND ps.id_shop='5' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=130 AND c.nright<=131 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) LEFT JOIN pre4836_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pre4836_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((fp.id_feature=18)) AND ((fp_1.id_feature_value=767)) AND ((fp_2.id_feature_value=2809)) AND ((pac_3.id_attribute IN (1336, 30165))) GROUP BY fp.id_feature_value |
11.478
ms
|
12446784000 |
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 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, pa.id_product_attribute 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 = 5 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) LEFT JOIN pre4836_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature_value=767)) AND ((fp_1.id_feature_value=2809)) AND ((pac_2.id_attribute IN (1336, 30165))) AND ps.id_shop='5' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=130 AND c.nright<=131 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) LEFT JOIN pre4836_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pre4836_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature_value=767)) AND ((fp_1.id_feature_value=2809)) AND ((pac_2.id_attribute IN (1336, 30165))) GROUP BY p.id_manufacturer |
11.010
ms
|
12446784000 |
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)
|
| 109 |
SELECT SQL_NO_CACHE p.id_product, p.id_product_attribute, 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, pa.id_product_attribute 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 = 5 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) LEFT JOIN pre4836_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature_value=767)) AND ((fp_1.id_feature_value=2809)) AND ((pac_2.id_attribute IN (1336, 30165))) AND ps.id_shop='5' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=130 AND c.nright<=131 GROUP BY p.id_product) p LEFT JOIN pre4836_product_attribute pa ON (p.id_product = pa.id_product) INNER JOIN pre4836_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 5 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 |
10.518
ms
|
1382976000 |
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)
|
| 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 |
9.524
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, pa.id_product_attribute 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 = 5 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) LEFT JOIN pre4836_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature_value=767)) AND ((fp_1.id_feature_value=2809)) AND ((pac_2.id_attribute IN (1336, 30165))) AND ps.id_shop='5' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=130 AND c.nright<=131 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) LEFT JOIN pre4836_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pre4836_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((fp.id_feature=14)) AND ((fp_1.id_feature_value=767)) AND ((fp_2.id_feature_value=2809)) AND ((pac_3.id_attribute IN (1336, 30165))) GROUP BY fp.id_feature_value |
9.380
ms
|
12446784000 |
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 pac.id_attribute, 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, pa.id_product_attribute 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 = 5 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=767)) AND ((fp_1.id_feature_value=2809)) AND ps.id_shop='5' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=130 AND c.nright<=131 GROUP BY p.id_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) INNER JOIN pre4836_attribute a ON (a.id_attribute = pac.id_attribute) 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 ((a.id_attribute_group=13)) AND ((fp_1.id_feature_value=767)) AND ((fp_2.id_feature_value=2809)) GROUP BY pac.id_attribute |
5.431
ms
|
12446784000 |
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:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/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 = 5 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` = 5) AND (mg.id_shop = 5 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
5.289
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, pa.id_product_attribute 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 = 5 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) LEFT JOIN pre4836_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature_value=767)) AND ((fp_1.id_feature_value=2809)) AND ((pac_2.id_attribute IN (1336, 30165))) AND ps.id_shop='5' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=130 AND c.nright<=131 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) LEFT JOIN pre4836_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pre4836_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((fp.id_feature=16)) AND ((fp_1.id_feature_value=767)) AND ((fp_2.id_feature_value=2809)) AND ((pac_3.id_attribute IN (1336, 30165))) GROUP BY fp.id_feature_value |
5.092
ms
|
12446784000 |
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, pa.id_product_attribute 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 = 5 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_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value=2809)) AND ((pac_1.id_attribute IN (1336, 30165))) AND ps.id_shop='5' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=130 AND c.nright<=131 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_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pre4836_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=17)) AND ((fp_1.id_feature_value=2809)) AND ((pac_2.id_attribute IN (1336, 30165))) GROUP BY fp.id_feature_value |
4.745
ms
|
460992000 |
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)
|
| 5640 |
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 = 5 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` = 5) AND (mg.id_shop = 5 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
3.209
ms
|
2028 |
Yes
|
Yes
|
/classes/Hook.php:1233
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 111 |
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 = 5)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 |
2.554
ms
|
101 |
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)
|
| 4511 |
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 = 5 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` = 5) AND (mg.id_shop = 5 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
2.202
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)
|
| 102 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `pre4836_feature` f INNER JOIN pre4836_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 5) 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.195
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)
|
| 141 |
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 = 5)
STRAIGHT_JOIN `pre4836_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2.130
ms
|
563 |
|
|
/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)
|
| 5683 |
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 = 5)
LEFT JOIN `pre4836_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 5 )
LEFT JOIN `pre4836_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 55
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.854
ms
|
7 |
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_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:208 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 54 |
SELECT SQL_NO_CACHE s.*, sl.`description`
FROM `pre4836_supplier` s
LEFT JOIN `pre4836_supplier_lang` `sl` ON s.`id_supplier` = sl.`id_supplier` AND sl.`id_lang` = 1
INNER JOIN pre4836_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 5)
WHERE (s.`active` = 1)
GROUP BY s.id_supplier
ORDER BY s.`name` ASC |
1.717
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)
|
| 14 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pre4836_hook` h
WHERE (h.active = 1) |
1.689
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)
|
| 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 = 5)
LEFT JOIN `pre4836_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 5 )
LEFT JOIN `pre4836_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 557
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.680
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)
|
| 5796 |
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 (570746,730055,730056,730057,730058,730059,730060,730061,730062,730063,730064,730065,730066,730067,730068,730069,730070,730071,730072,730073,730074,730075,730076)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.680
ms
|
46 |
|
|
/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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 258 |
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` = 3574) WHERE pac.`id_attribute` = 6531 |
1.628
ms
|
4092 |
|
|
/modules/addparamsbyhooks/addparamsbyhooks.php:162
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 140 |
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.551
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)
|
| 5698 |
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 (619256,729562,729563,729564,729565,729566,729567,729568,729569,729570,729571,729572,729573,729574,729575,729576,729577,729578,729579,729580,729581,729582,729583,729584,729585,729586,729587,729588,729589,729590,729591,729592,756406,756407,765814,765815,765816,765817,765818)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.534
ms
|
78 |
|
|
/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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5868 |
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 (600889,751273,751274,751275,751276,751277,751278,751279,751280,751281,751282,751283,751284,751285,751286,756836,756837,756838,756839,756840,756841,756842,756843,756844,756845,756846,756847,756848,756849,756850)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.358
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4557 |
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 = 5)
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 (3680) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.271
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pre4836_hook` |
1.266
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)
|
| 57 |
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdr.`code_prefix`, qdra.`reduction_percent`, qdrc.`products_nb`, qdr.`priority`
FROM `pre4836_quantity_discount_rule` qdr
INNER JOIN `pre4836_quantity_discount_rule_action` qdra ON (qdr.`id_quantity_discount_rule` = qdra.`id_quantity_discount_rule`)
INNER JOIN `pre4836_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule` AND qdrc.`id_type` = 10)
WHERE qdra.`id_type` = 28 AND qdr.`id_shop` = 5 AND qdr.`active` = 1 ORDER BY qdr.`priority` DESC |
1.174
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)
|
| 4561 |
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` = 3680) WHERE pac.`id_attribute` = 6546 |
1.171
ms
|
1076 |
|
|
/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)
|
| 248 |
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 = 5)
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 (3574) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.087
ms
|
39 |
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)
|
| 4540 |
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 = 5)
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 (4734) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.072
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)
|
| 5829 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 5, 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, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3588 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 730063) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.047
ms
|
25 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/modules/addparamsbyhooks/addparamsbyhooks.php:672 (getPriceStatic)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5795 |
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 = 5)
WHERE pa.`id_product` = 3588
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.003
ms
|
23 |
|
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 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` = 5 |
0.996
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)
|
| 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.965
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)
|
| 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` = 5 |
0.956
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)
|
| 5639 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pre4836_hook` h
WHERE (h.active = 1) |
0.917
ms
|
1009 |
|
|
/classes/Hook.php:1332
/classes/Hook.php:811 (getHookStatusByName)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5939 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 5, 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, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3680 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 751579) 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.917
ms
|
25 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/modules/addparamsbyhooks/addparamsbyhooks.php:672 (getPriceStatic)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 104 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `pre4836_feature_value` v LEFT JOIN `pre4836_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `pre4836_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 76 ORDER BY vl.`value` ASC |
0.915
ms
|
35 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402 (getFeatureValues)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5692 |
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 = 5)
LEFT JOIN `pre4836_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 5 )
LEFT JOIN `pre4836_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 55
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.911
ms
|
7 |
Yes
|
Yes
|
/classes/Category.php:924
/modules/categoriesimilaire/categoriesimilaire.php:286 (getSubCategories)
/modules/categoriesimilaire/categoriesimilaire.php:233 (getWidgetVariables)
/modules/categoriesimilaire/categoriesimilaire.php:230 (renderWidget)
/classes/Hook.php:1043 (hookDisplayCategorySiblings)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:208 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 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 = 5 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.898
ms
|
52 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 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.887
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)
|
| 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` = 5 |
0.886
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)
|
| 4558 |
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 = 5)
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` = 3680
AND pac.`id_product_attribute` = 751574
AND agl.`id_lang` = 1 |
0.868
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)
|
| 4559 |
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 = 5)
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` = 3680
AND pac.`id_product_attribute` = 601222
AND agl.`id_lang` = 1 |
0.849
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)
|
| 4546 |
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 = 5)
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` = 4734
AND pac.`id_product_attribute` = 600889
AND agl.`id_lang` = 1 |
0.845
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)
|
| 5833 |
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 = 5)
WHERE pa.`id_product` = 3679
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.836
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5915 |
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 (601222,751569,751570,751571,751572,751573,751574,751575,751576,751577,751578,751579)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.830
ms
|
24 |
|
|
/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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 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.823
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)
|
| 5654 |
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 = 5)
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` = 4734
AND pac.`id_product_attribute` = 751276
AND agl.`id_lang` = 1 |
0.822
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_textilefrancelayouts_layout_full_width_tpl/68/f0/17/68f01719a2f3b2ad8b1bfc45d8d2f8f18836a6b6_2.file.product-list-jsonld-gtf.tpl.php:42 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928f42d5_23538588)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:106 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_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_textilefrancelayouts_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_697c1e928d3c74_20462889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9289f6d5_82988843)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5931 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 5, 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, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3680 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 601222) 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.814
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5656 |
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 = 5)
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` = 3680
AND pac.`id_product_attribute` = 751573
AND agl.`id_lang` = 1 |
0.796
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_textilefrancelayouts_layout_full_width_tpl/68/f0/17/68f01719a2f3b2ad8b1bfc45d8d2f8f18836a6b6_2.file.product-list-jsonld-gtf.tpl.php:42 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928f42d5_23538588)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:106 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_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_textilefrancelayouts_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_697c1e928d3c74_20462889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9289f6d5_82988843)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4518 |
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 = 5)
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` = 3588
AND pac.`id_product_attribute` = 730071
AND agl.`id_lang` = 1 |
0.782
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)
|
| 105 |
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `pre4836_attribute_group` ag INNER JOIN pre4836_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 5) LEFT JOIN `pre4836_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `pre4836_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `pre4836_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
0.765
ms
|
7 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
/modules/ps_facetedsearch/src/Filters/Converter.php:413 (getAttributesGroups)
/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)
|
| 5902 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 5, 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, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4734 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 751282) 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.746
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5910 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 5, 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, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4734 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 756846) 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.734
ms
|
25 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/modules/addparamsbyhooks/addparamsbyhooks.php:672 (getPriceStatic)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4544 |
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 = 5)
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` = 4734
AND pac.`id_product_attribute` = 756836
AND agl.`id_lang` = 1 |
0.732
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)
|
| 4529 |
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 = 5)
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 (3679) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.729
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)
|
| 5867 |
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 = 5)
WHERE pa.`id_product` = 4734
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.726
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 103 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `pre4836_feature_value` v LEFT JOIN `pre4836_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `pre4836_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 17 ORDER BY vl.`value` ASC |
0.725
ms
|
14 |
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)
|
| 5856 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 5, 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, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3679 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 751539) 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.721
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5650 |
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 = 5)
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` = 3588
AND pac.`id_product_attribute` = 730058
AND agl.`id_lang` = 1 |
0.706
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_textilefrancelayouts_layout_full_width_tpl/68/f0/17/68f01719a2f3b2ad8b1bfc45d8d2f8f18836a6b6_2.file.product-list-jsonld-gtf.tpl.php:42 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928f42d5_23538588)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:106 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_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_textilefrancelayouts_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_697c1e928d3c74_20462889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9289f6d5_82988843)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4520 |
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 = 5)
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` = 3588
AND pac.`id_product_attribute` = 570746
AND agl.`id_lang` = 1 |
0.703
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)
|
| 5642 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pre4836_hook` |
0.701
ms
|
1009 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5652 |
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 = 5)
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` = 3679
AND pac.`id_product_attribute` = 751532
AND agl.`id_lang` = 1 |
0.701
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_textilefrancelayouts_layout_full_width_tpl/68/f0/17/68f01719a2f3b2ad8b1bfc45d8d2f8f18836a6b6_2.file.product-list-jsonld-gtf.tpl.php:42 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928f42d5_23538588)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:106 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_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_textilefrancelayouts_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_697c1e928d3c74_20462889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9289f6d5_82988843)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5756 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 5, 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, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3574 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 729571) 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.700
ms
|
25 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/modules/addparamsbyhooks/addparamsbyhooks.php:672 (getPriceStatic)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5863 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 5, 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, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3679 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 751538) 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.694
ms
|
25 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/modules/addparamsbyhooks/addparamsbyhooks.php:672 (getPriceStatic)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5653 |
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` = 5
WHERE (a.`id_product` = 4734) AND (b.`id_shop` = 5) LIMIT 1 |
0.691
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_textilefrancelayouts_layout_full_width_tpl/68/f0/17/68f01719a2f3b2ad8b1bfc45d8d2f8f18836a6b6_2.file.product-list-jsonld-gtf.tpl.php:42 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928f42d5_23538588)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:106 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_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_textilefrancelayouts_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_697c1e928d3c74_20462889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9289f6d5_82988843)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5649 |
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` = 5
WHERE (a.`id_product` = 3588) AND (b.`id_shop` = 5) LIMIT 1 |
0.688
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/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_textilefrancelayouts_layout_full_width_tpl/68/f0/17/68f01719a2f3b2ad8b1bfc45d8d2f8f18836a6b6_2.file.product-list-jsonld-gtf.tpl.php:42 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928f42d5_23538588)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:106 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_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_textilefrancelayouts_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_697c1e928d3c74_20462889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9289f6d5_82988843)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5697 |
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 = 5)
WHERE pa.`id_product` = 3574
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.684
ms
|
39 |
|
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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.683
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)
|
| 4516 |
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 = 5)
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 (3588) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.681
ms
|
23 |
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)
|
| 5834 |
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 (601203,751529,751530,751531,751532,751533,751534,751535,751536,751537,751538,751539,751540,751541,751542,765979,765980,765981)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.671
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5677 |
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` = 5 AND `id_family` = 5
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.669
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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92948f27_75970480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5655 |
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` = 5
WHERE (a.`id_product` = 3680) AND (b.`id_shop` = 5) LIMIT 1 |
0.666
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_textilefrancelayouts_layout_full_width_tpl/68/f0/17/68f01719a2f3b2ad8b1bfc45d8d2f8f18836a6b6_2.file.product-list-jsonld-gtf.tpl.php:42 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928f42d5_23538588)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:106 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_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_textilefrancelayouts_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_697c1e928d3c74_20462889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9289f6d5_82988843)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4517 |
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 = 5)
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` = 3588
AND pac.`id_product_attribute` = 730060
AND agl.`id_lang` = 1 |
0.662
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)
|
| 5793 |
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` = 5
WHERE (a.`id_product` = 3588) LIMIT 1 |
0.660
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 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` = 5 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.658
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)
|
| 5648 |
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 = 5)
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` = 3574
AND pac.`id_product_attribute` = 729564
AND agl.`id_lang` = 1 |
0.657
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_textilefrancelayouts_layout_full_width_tpl/68/f0/17/68f01719a2f3b2ad8b1bfc45d8d2f8f18836a6b6_2.file.product-list-jsonld-gtf.tpl.php:42 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928f42d5_23538588)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:106 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_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_textilefrancelayouts_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_697c1e928d3c74_20462889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9289f6d5_82988843)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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` = 17 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.651
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)
|
| 4510 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pre4836_hook` h
WHERE (h.active = 1) |
0.639
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)
|
| 93 |
SELECT SQL_NO_CACHE *
FROM `pre4836_category` a0
LEFT JOIN `pre4836_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 130) AND (a0.`nright` > 131) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 5)
ORDER BY a0.`nleft` asc |
0.638
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)
|
| 5647 |
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` = 5
WHERE (a.`id_product` = 3574) AND (b.`id_shop` = 5) LIMIT 1 |
0.626
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_textilefrancelayouts_layout_full_width_tpl/68/f0/17/68f01719a2f3b2ad8b1bfc45d8d2f8f18836a6b6_2.file.product-list-jsonld-gtf.tpl.php:42 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928f42d5_23538588)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:106 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_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_textilefrancelayouts_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_697c1e928d3c74_20462889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9289f6d5_82988843)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5789 |
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` = 5 AND `id_family` = 5
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.626
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 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` = 11 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.623
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)
|
| 5678 |
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` = 5 AND `id_family` = 11
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.623
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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92948f27_75970480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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.grossistetextilefrance.com' OR su.domain_ssl = 'www.grossistetextilefrance.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.621
ms
|
9 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 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` = 5
WHERE (a.`id_category` = 557) AND (b.`id_shop` = 5) LIMIT 1 |
0.621
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)
|
| 4519 |
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 = 5)
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` = 3588
AND pac.`id_product_attribute` = 730066
AND agl.`id_lang` = 1 |
0.618
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)
|
| 5679 |
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` = 5 AND `id_family` = 17
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.597
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:811 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:625 (getMessage)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92948f27_75970480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4553 |
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` = 5
WHERE (a.`id_product` = 3680) AND (b.`id_shop` = 5) LIMIT 1 |
0.594
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)
|
| 5742 |
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.592
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5671 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.590
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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92948f27_75970480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5694 |
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` = 5
WHERE (a.`id_product` = 3574) LIMIT 1 |
0.579
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4554 |
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 = 5)
LEFT JOIN `pre4836_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3680
ORDER BY `position` |
0.578
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/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)
|
| 5657 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.577
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_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:160 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5680 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.574
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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92948f27_75970480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5667 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.569
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_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5668 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.552
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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92948f27_75970480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5748 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 5, 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, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3574 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 729586) 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.551
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5790 |
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` = 5 AND `id_family` = 11
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.550
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 124 |
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 = 5
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 = 5
WHERE p.id_product IN (3574,3588,3679,4734,3680) |
0.549
ms
|
5 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5666 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.548
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php: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_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5759 |
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` = 5 AND qdr.`active` = 1 ORDER BY qdr.`priority` DESC |
0.547
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5791 |
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` = 5 AND `id_family` = 17
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.546
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5662 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.539
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_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5651 |
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` = 5
WHERE (a.`id_product` = 3679) AND (b.`id_shop` = 5) LIMIT 1 |
0.538
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_textilefrancelayouts_layout_full_width_tpl/68/f0/17/68f01719a2f3b2ad8b1bfc45d8d2f8f18836a6b6_2.file.product-list-jsonld-gtf.tpl.php:42 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928f42d5_23538588)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:106 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_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_textilefrancelayouts_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_697c1e928d3c74_20462889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/d6/4c/5f/d64c5f4b75b522ae66b663786481df246a554d62_2.file.head.tpl.php:62 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9289f6d5_82988843)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5914 |
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 = 5)
WHERE pa.`id_product` = 3680
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.538
ms
|
12 |
|
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5831 |
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` = 5
WHERE (a.`id_product` = 3679) LIMIT 1 |
0.534
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5660 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.529
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_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:160 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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 type, id_value, filter_show_limit, filter_type FROM pre4836_layered_category
WHERE controller = 'category'
AND id_category = 557
AND id_shop = 5
GROUP BY `type`, id_value ORDER BY position ASC |
0.527
ms
|
7 |
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)
|
| 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.520
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)
|
| 5664 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.519
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_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4556 |
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 (601222, 751569, 751570, 751571, 751572, 751573, 751574, 751575, 751576, 751577, 751578, 751579) AND il.`id_lang` = 1 ORDER by i.`position` |
0.516
ms
|
12 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4525 |
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` = 5
WHERE (a.`id_product` = 3679) AND (b.`id_shop` = 5) LIMIT 1 |
0.515
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)
|
| 5954 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `pre4836_category_product` cp
LEFT JOIN `pre4836_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `pre4836_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN pre4836_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE cp.`id_product` IN (3574,3588,3679,4734,3680) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC |
0.514
ms
|
15 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:68 (loadCategories)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5661 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.513
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_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:160 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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` = 5
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.513
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)
|
| 4526 |
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 = 5)
LEFT JOIN `pre4836_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3679
ORDER BY `position` |
0.512
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)
|
| 4545 |
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 = 5)
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` = 4734
AND pac.`id_product_attribute` = 756841
AND agl.`id_lang` = 1 |
0.510
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)
|
| 83 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 69 |
0.504
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)
|
| 5665 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.502
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_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5663 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.498
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_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 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.494
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)
|
| 4541 |
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 = 5)
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` = 4734
AND pac.`id_product_attribute` = 751277
AND agl.`id_lang` = 1 |
0.490
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 77 |
0.488
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)
|
| 5681 |
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` = 5
WHERE (a.`id_category` = 557) AND (b.`id_shop` = 5) LIMIT 1 |
0.484
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_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:208 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 249 |
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 = 5)
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` = 3574
AND pac.`id_product_attribute` = 729582
AND agl.`id_lang` = 1 |
0.481
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)
|
| 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 = 5)
WHERE l.`active` = 1 LIMIT 1 |
0.478
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)
|
| 4528 |
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 (601203, 751529, 751530, 751531, 751532, 751533, 751534, 751535, 751536, 751537, 751538, 751539, 751540, 751541, 751542, 765979, 765980, 765981) AND il.`id_lang` = 1 ORDER by i.`position` |
0.475
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)
|
| 250 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
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` = 3574
AND pac.`id_product_attribute` = 619256
AND agl.`id_lang` = 1 |
0.474
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)
|
| 5693 |
SELECT SQL_NO_CACHE * from pre4836_product_videos AS pv WHERE pv.id_lang = 1 AND pv.id_shop = 5 AND pv.id_product IN (3574) ORDER BY pv.id_product ASC, pv.position ASC |
0.474
ms
|
3 |
Yes
|
|
/modules/productvideo/productvideo.php:1996
/modules/productvideo/productvideo.php:3197 (getVideosFromIds)
/classes/Hook.php:1043 (hookDisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 98 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayHeader" AND `id_shop` = 5 AND `active` = 1 ORDER BY position DESC; |
0.470
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)
|
| 4542 |
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 = 5)
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` = 4734
AND pac.`id_product_attribute` = 756846
AND agl.`id_lang` = 1 |
0.468
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)
|
| 4543 |
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 = 5)
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` = 4734
AND pac.`id_product_attribute` = 751282
AND agl.`id_lang` = 1 |
0.465
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)
|
| 94 |
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdrc.`id_quantity_discount_rule_condition`
FROM `pre4836_quantity_discount_rule` qdr
INNER JOIN `pre4836_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule`)
WHERE qdrc.`id_type` = 27 AND qdr.`id_shop` = 5 |
0.462
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)
|
| 254 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
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` = 3574
AND pac.`id_product_attribute` = 765814
AND agl.`id_lang` = 1 |
0.462
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)
|
| 63 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 63 |
0.460
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)
|
| 65 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 79 |
0.460
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)
|
| 81 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 89 |
0.455
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)
|
| 4513 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pre4836_hook` |
0.453
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)
|
| 5788 |
SELECT SQL_NO_CACHE qdrf.*
FROM `pre4836_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 5 ORDER BY qdrf.priority ASC; |
0.453
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 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` = 5
WHERE (a.`id_country` = 8) LIMIT 1 |
0.449
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)
|
| 252 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
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` = 3574
AND pac.`id_product_attribute` = 729587
AND agl.`id_lang` = 1 |
0.449
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)
|
| 253 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
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` = 3574
AND pac.`id_product_attribute` = 729577
AND agl.`id_lang` = 1 |
0.445
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)
|
| 4506 |
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` = 5
WHERE (a.`id_product` = 3588) AND (b.`id_shop` = 5) LIMIT 1 |
0.440
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)
|
| 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.439
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)
|
| 61 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 73 |
0.438
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)
|
| 74 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 85 |
0.438
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)
|
| 5682 |
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` = 5
WHERE (a.`id_category` = 55) AND (b.`id_shop` = 5) LIMIT 1 |
0.438
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_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:208 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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` = 5 ORDER BY qdrf.priority ASC; |
0.434
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)
|
| 23 |
SELECT SQL_NO_CACHE * FROM `pre4836_currency` c ORDER BY `iso_code` ASC |
0.434
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)
|
| 85 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 71 |
0.430
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)
|
| 75 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 85 |
0.427
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)
|
| 77 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 67 |
0.427
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)
|
| 5794 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_lang`
WHERE `id_product` = 3588 AND `id_shop` = 5 |
0.424
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5947 |
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` = 17
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 5 ORDER BY cc.`name`; |
0.423
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_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4530 |
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 = 5)
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` = 3679
AND pac.`id_product_attribute` = 751533
AND agl.`id_lang` = 1 |
0.422
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)
|
| 84 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 71 |
0.421
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)
|
| 251 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
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` = 3574
AND pac.`id_product_attribute` = 729571
AND agl.`id_lang` = 1 |
0.420
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)
|
| 5830 |
SELECT SQL_NO_CACHE * from pre4836_product_videos AS pv WHERE pv.id_lang = 1 AND pv.id_shop = 5 AND pv.id_product IN (3679) ORDER BY pv.id_product ASC, pv.position ASC |
0.420
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5792 |
SELECT SQL_NO_CACHE * from pre4836_product_videos AS pv WHERE pv.id_lang = 1 AND pv.id_shop = 5 AND pv.id_product IN (3588) ORDER BY pv.id_product ASC, pv.position ASC |
0.419
ms
|
3 |
Yes
|
|
/modules/productvideo/productvideo.php:1996
/modules/productvideo/productvideo.php:3197 (getVideosFromIds)
/classes/Hook.php:1043 (hookDisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 71 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 83 |
0.419
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)
|
| 79 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 87 |
0.418
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)
|
| 59 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 61 |
0.417
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)
|
| 69 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 65 |
0.417
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)
|
| 5912 |
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` = 5
WHERE (a.`id_product` = 3680) LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5948 |
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` = 21
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 5 ORDER BY cc.`name`; |
0.417
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_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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 = 5
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.416
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)
|
| 97 |
SELECT SQL_NO_CACHE *
FROM `pre4836_whatsappchatblock_agent` LEFT JOIN `pre4836_whatsappchatblock_agent_lang` ON (`pre4836_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `pre4836_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 1) WHERE 1 = 1 AND `active` = 1 ORDER BY position |
0.409
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)
|
| 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` = 5
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.409
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)
|
| 5676 |
SELECT SQL_NO_CACHE qdrf.*
FROM `pre4836_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 5 ORDER BY qdrf.priority ASC; |
0.409
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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92948f27_75970480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 66 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 75 |
0.408
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)
|
| 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` = 76 ORDER BY vl.`value` ASC |
0.408
ms
|
35 |
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)
|
| 255 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
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` = 3574
AND pac.`id_product_attribute` = 729566
AND agl.`id_lang` = 1 |
0.406
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)
|
| 5820 |
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 = 5)
WHERE p.id_product = 3588
AND DATEDIFF("2026-01-30 00:00:00", product_shop.`date_add`) < 365 LIMIT 1 |
0.405
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 64 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 79 |
0.404
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)
|
| 41 |
SELECT SQL_NO_CACHE id_product, vimeo, hide_icon
FROM pre4836_videoproduitcategory
WHERE id_shop=5 |
0.403
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)
|
| 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.403
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 4531 |
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 = 5)
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` = 3679
AND pac.`id_product_attribute` = 751538
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)
|
| 4532 |
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 = 5)
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` = 3679
AND pac.`id_product_attribute` = 601203
AND agl.`id_lang` = 1 |
0.401
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)
|
| 38 |
SELECT SQL_NO_CACHE 1 FROM pre4836_cart_product cp WHERE `id_cart` = 0 AND `id_product` = 25851 LIMIT 1 |
0.400
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)
|
| 82 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 69 |
0.400
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)
|
| 19 |
SELECT SQL_NO_CACHE name, alias FROM `pre4836_hook_alias` |
0.398
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)
|
| 5822 |
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 = 5)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 3588 LIMIT 1 |
0.398
ms
|
23 |
|
|
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 80 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 89 |
0.393
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)
|
| 58 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 61 |
0.392
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)
|
| 95 |
SELECT SQL_NO_CACHE name from `pre4836_opartstat_robots` |
0.391
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)
|
| 5821 |
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 = 5)
WHERE pa.id_product = 3588 LIMIT 1 |
0.391
ms
|
23 |
|
|
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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 * FROM pre4836_product_videos WHERE id_product = 0 AND id_shop = 5 ORDER BY position ASC |
0.390
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)
|
| 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` = 5
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.389
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)
|
| 72 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 77 |
0.389
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)
|
| 62 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 63 |
0.387
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)
|
| 137 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 5, 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, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3574 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 729564) 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.387
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)
|
| 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` = 5
WHERE (a.`id_group` = 1) LIMIT 1 |
0.386
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)
|
| 4507 |
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 = 5)
LEFT JOIN `pre4836_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3588
ORDER BY `position` |
0.384
ms
|
5 |
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)
|
| 4509 |
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 (570746, 730055, 730056, 730057, 730058, 730059, 730060, 730061, 730062, 730063, 730064, 730065, 730066, 730067, 730068, 730069, 730070, 730071, 730072, 730073, 730074, 730075, 730076) AND il.`id_lang` = 1 ORDER by i.`position` |
0.381
ms
|
23 |
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)
|
| 70 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 83 |
0.379
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)
|
| 1483 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716579) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.377
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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.376
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)
|
| 16 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pre4836_hook_alias` |
0.376
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)
|
| 76 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 67 |
0.375
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)
|
| 60 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 73 |
0.374
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)
|
| 12 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM pre4836_shop_url
WHERE main = 1
AND id_shop = 5 LIMIT 1 |
0.371
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)
|
| 78 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 87 |
0.371
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)
|
| 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` = 5
WHERE (a.`id_category` = 557) LIMIT 1 |
0.371
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)
|
| 5944 |
SELECT SQL_NO_CACHE `id_guest`
FROM `pre4836_connections`
WHERE `id_guest` = 45353679
AND `date_add` > '2026-01-30 03:35:00'
AND id_shop IN (5)
ORDER BY `date_add` DESC LIMIT 1 |
0.370
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_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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 *, ( IF (`id_shop` = 5, 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, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3588 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 730058) 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.369
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)
|
| 40 |
UPDATE `pre4836_cart` SET `id_shop_group` = '1',`id_shop` = '5',`id_address_delivery` = '0',`id_address_invoice` = '0',`id_carrier` = '0',`id_currency` = '1',`id_customer` = '0',`id_guest` = '45353679',`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:05:04',`date_upd` = '2026-01-30 04:05:04' WHERE `id_cart` = 0 |
0.367
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)
|
| 5741 |
SELECT SQL_NO_CACHE `name` FROM `pre4836_supplier` WHERE `id_supplier` = 107 LIMIT 1 |
0.363
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 206 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 5, 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, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 4734 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 751276) 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.362
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)
|
| 5940 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.360
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_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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 COUNT(`id_quantity_discount_rule`) FROM `pre4836_quantity_discount_rule` WHERE `id_shop` = 5 LIMIT 1 |
0.359
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)
|
| 227 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 5, 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, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3680 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 751573) 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.358
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)
|
| 185 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 5, 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, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3679 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 751532) 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.357
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)
|
| 5670 |
SELECT SQL_NO_CACHE * FROM pre4836_headinforight WHERE `id_lang` = "1" and `id_store`="5" LIMIT 1 |
0.354
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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92948f27_75970480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 540773) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.354
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE * FROM `pre4836_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.352
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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767297) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.352
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5938 |
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` = 5
WHERE (a.`id_manufacturer` = 41) LIMIT 1 |
0.350
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_textilefrance/c2/7a/4f/c27a4f3a22f08b53e4c7f4b22ffe355d65a6c4b8_2.file.bonmanufacturer-list.tpl.php:39 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92a38176_33459489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 245 |
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 (619256, 729562, 729563, 729564, 729565, 729566, 729567, 729568, 729569, 729570, 729571, 729572, 729573, 729574, 729575, 729576, 729577, 729578, 729579, 729580, 729581, 729582, 729583, 729584, 729585, 729586, 729587, 729588, 729589, 729590, 729591, 729592, 756406, 756407, 765814, 765815, 765816, 765817, 765818) AND il.`id_lang` = 1 ORDER by i.`position` |
0.349
ms
|
39 |
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)
|
| 4560 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751574) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.345
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)
|
| 5686 |
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` = 5
WHERE (a.`id_category` = 331) AND (b.`id_shop` = 5) LIMIT 1 |
0.345
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_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:208 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5955 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `pre4836_product_attribute_combination` pac
LEFT JOIN `pre4836_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pre4836_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pre4836_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 729564
ORDER BY ag.`position` ASC, a.`position` ASC |
0.345
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 68 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 65 |
0.343
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)
|
| 4536 |
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` = 5
WHERE (a.`id_product` = 4734) AND (b.`id_shop` = 5) LIMIT 1 |
0.343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/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)
|
| 5658 |
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` = 5
WHERE (a.`id_country` = 8) LIMIT 1 |
0.343
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_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:160 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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.342
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)
|
| 42 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM pre4836_category_group ctg
WHERE ctg.`id_category` = 557 AND ctg.`id_group` = 1 LIMIT 1 |
0.342
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)
|
| 4539 |
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 (600889, 751273, 751274, 751275, 751276, 751277, 751278, 751279, 751280, 751281, 751282, 751283, 751284, 751285, 751286, 756836, 756837, 756838, 756839, 756840, 756841, 756842, 756843, 756844, 756845, 756846, 756847, 756848, 756849, 756850) AND il.`id_lang` = 1 ORDER by i.`position` |
0.340
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)
|
| 5865 |
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` = 5
WHERE (a.`id_product` = 4734) LIMIT 1 |
0.340
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5956 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `pre4836_product_attribute_combination` pac
LEFT JOIN `pre4836_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pre4836_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pre4836_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 730058
ORDER BY ag.`position` ASC, a.`position` ASC |
0.336
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5832 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_lang`
WHERE `id_product` = 3679 AND `id_shop` = 5 |
0.332
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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.331
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)
|
| 5949 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.330
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_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 9 |
SELECT SQL_NO_CACHE *
FROM `pre4836_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.329
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)
|
| 36 |
SELECT SQL_NO_CACHE * FROM `pre4836_hook_module_exceptions`
WHERE `id_shop` IN (5) |
0.329
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)
|
| 53 |
SELECT SQL_NO_CACHE * FROM `pre4836_in_cart_suppliers` WHERE `id_cart` = 0 |
0.329
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)
|
| 5901 |
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 = 5)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 4734 LIMIT 1 |
0.327
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 151 |
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` = 3574 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` = 3574 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.326
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)
|
| 234 |
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` = 3680 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` = 3680 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.323
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)
|
| 56 |
SELECT SQL_NO_CACHE COUNT(qdr.`id_quantity_discount_rule`) AS nb
FROM `pre4836_quantity_discount_rule` qdr
WHERE `id_shop` = 5 LIMIT 1 |
0.322
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)
|
| 123 |
REPLACE INTO pre4836_layered_filter_block (hash, data) VALUES ("0061745b42c512ba81f14e71a4f68bc7", "a:1:{s:7:\"filters\";a:6:{i:0;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Marque\";s:6:\"values\";a:3:{i:31;a:2:{s:4:\"name\";s:7:\"Russell\";s:3:\"nbr\";i:1;}i:41;a:2:{s:4:\"name\";s:8:\"Tee Jays\";s:3:\"nbr\";i:1;}i:69;a:2:{s:4:\"name\";s:17:\"Fruit of the Loom\";s:3:\"nbr\";i:3;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}i:1;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:18;s:6:\"values\";a:2:{i:656;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:5:\"Homme\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:657;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:7:\"Unisexe\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:5:\"Genre\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}i:2;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:14;s:6:\"values\";a:1:{i:224;a:4:{s:3:\"nbr\";i:5;s:4:\"name\";s:30:\"Poly-coton (mélange de tissu)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:11:\"Composition\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}i:3;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:17;s:6:\"values\";a:2:{i:766;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:22:\"201 g/m² à 260 g/m²\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:767;a:5:{s:3:\"nbr\";i:5;s:4:\"name\";s:22:\"261 g/m² à 320 g/m²\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}}s:4:\"name\";s:8:\"Grammage\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}i:4;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:76;s:6:\"values\";a:11:{i:2809;a:5:{s:3:\"nbr\";i:5;s:4:\"name\";s:4:\"BSCI\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:3577;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"Coton Biologique\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3799;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:9:\"EVE VEGAN\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3503;a:4:{s:3:\"nbr\";i:5;s:4:\"name\";s:38:\"GOTS (Global Organic Textile Standard)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3664;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:111:\"HIGG INDEX : outil de développement durable qui évalue l’impact environnemental des produits manufacturés.\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2803;a:4:{s:3:\"nbr\";i:13;s:4:\"name\";s:205:\"Oeko-Tex Standard 100 est un label de qualité, il garantit l\'innocuité des textiles ou des produits utilisés lors du processus de production, pour les travailleurs, les consommateurs et l\'Environnement.\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3471;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:82:\"Organisme international de contrôle et d\'étiquetage dédié aux produits végans\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3288;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:252:\"PETA-APPROVED VEGAN People for the Ethical Treatment of Animals (PETA) est la plus grande organisation de défense des animaux au monde avec plus de 9 millions de membres et de sympathisants. Le logo PETA-Approved Vegan\" met en évidence les vêtements\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2804;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:5:\"Sedex\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3857;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:31:\"Walt Disney FAMA Certification.\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2808;a:4:{s:3:\"nbr\";i:5;s:4:\"name\";s:4:\"WRAP\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:11:\"Certificats\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}i:5;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";i:13;s:4:\"name\";s:8:\"Tailles \";s:14:\"is_color_group\";b:0;s:6:\"values\";a:7:{i:1579;a:4:{s:4:\"name\";s:2:\"XS\";s:3:\"nbr\";i:2;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1330;a:4:{s:4:\"name\";s:1:\"S\";s:3:\"nbr\";i:5;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1327;a:4:{s:4:\"name\";s:1:\"M\";s:3:\"nbr\";i:5;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1324;a:4:{s:4:\"name\";s:1:\"L\";s:3:\"nbr\";i:5;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1333;a:4:{s:4:\"name\";s:2:\"XL\";s:3:\"nbr\";i:5;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1336;a:5:{s:4:\"name\";s:3:\"2XL\";s:3:\"nbr\";i:5;s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:1321;a:4:{s:4:\"name\";s:3:\"3XL\";s:3:\"nbr\";i:3;s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}}}") |
0.322
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:211
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (insertIntoCache)
/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)
|
| 4562 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707632) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.322
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 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 = 5)
LEFT JOIN `pre4836_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4734
ORDER BY `position` |
0.320
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5700 |
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.320
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5 |
SELECT SQL_NO_CACHE *
FROM `pre4836_shop` a
WHERE (a.`id_shop` = 5) LIMIT 1 |
0.318
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)
|
| 155 |
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 = 5)
WHERE pf.id_product = 3574
ORDER BY f.position ASC |
0.318
ms
|
10 |
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)
|
| 236 |
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` = 751573
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3680 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` = 751573
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3680 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.318
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)
|
| 27 |
SELECT SQL_NO_CACHE `id_lang` FROM `pre4836_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.317
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)
|
| 5797 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 570746) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5824 |
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`=3588 |
0.314
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5951 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.314
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_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5957 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `pre4836_product_attribute_combination` pac
LEFT JOIN `pre4836_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pre4836_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pre4836_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 751532
ORDER BY ag.`position` ASC, a.`position` ASC |
0.313
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 239 |
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 = 5)
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` = 3680
AND pac.`id_product_attribute` = 751573
AND agl.`id_lang` = 1 |
0.311
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)
|
| 153 |
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` = 729564
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3574 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` = 729564
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3574 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.310
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)
|
| 156 |
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 = 5)
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` = 3574
AND pac.`id_product_attribute` = 729564
AND agl.`id_lang` = 1 |
0.310
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)
|
| 4521 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730060) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.307
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)
|
| 5959 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `pre4836_product_attribute_combination` pac
LEFT JOIN `pre4836_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pre4836_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pre4836_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 751573
ORDER BY ag.`position` ASC, a.`position` ASC |
0.307
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5669 |
SELECT SQL_NO_CACHE * FROM pre4836_headinfoleft WHERE `id_lang` = "1" and `id_store`="5" LIMIT 1 |
0.307
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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92948f27_75970480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 213 |
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` = 4734 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` = 4734 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.304
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)
|
| 5958 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `pre4836_product_attribute_combination` pac
LEFT JOIN `pre4836_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pre4836_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pre4836_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 751276
ORDER BY ag.`position` ASC, a.`position` ASC |
0.304
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5864 |
SELECT SQL_NO_CACHE * from pre4836_product_videos AS pv WHERE pv.id_lang = 1 AND pv.id_shop = 5 AND pv.id_product IN (4734) ORDER BY pv.id_product ASC, pv.position ASC |
0.303
ms
|
3 |
Yes
|
|
/modules/productvideo/productvideo.php:1996
/modules/productvideo/productvideo.php:3197 (getVideosFromIds)
/classes/Hook.php:1043 (hookDisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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.302
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)
|
| 172 |
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` = 3588 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` = 3588 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.302
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)
|
| 194 |
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` = 751532
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3679 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` = 751532
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3679 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.300
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)
|
| 215 |
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` = 751276
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4734 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` = 751276
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4734 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.300
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)
|
| 4547 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751277) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.300
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)
|
| 174 |
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` = 730058
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3588 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` = 730058
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3588 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.298
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)
|
| 192 |
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` = 3679 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` = 3679 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.298
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)
|
| 5674 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.297
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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92948f27_75970480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 11 |
SELECT SQL_NO_CACHE id_shop
FROM `pre4836_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 5 LIMIT 1 |
0.295
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 4857 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725916) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.294
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5900 |
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 = 5)
WHERE pa.id_product = 4734 LIMIT 1 |
0.292
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 242 |
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` = 5
WHERE (a.`id_product` = 3574) AND (b.`id_shop` = 5) LIMIT 1 |
0.291
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)
|
| 1540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.291
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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.290
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)
|
| 5909 |
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` = 5
WHERE (a.`id_manufacturer` = 31) LIMIT 1 |
0.290
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_textilefrance/c2/7a/4f/c27a4f3a22f08b53e4c7f4b22ffe355d65a6c4b8_2.file.bonmanufacturer-list.tpl.php:39 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92a38176_33459489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5930 |
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 = 5)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 3680 LIMIT 1 |
0.289
ms
|
12 |
|
|
/classes/Product.php:1121
/override/classes/Product.php:106 (getDefaultAttribute)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5952 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.289
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_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 67 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 75 |
0.288
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)
|
| 238 |
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 = 5)
WHERE pf.id_product = 3680
ORDER BY f.position ASC |
0.287
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)
|
| 243 |
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 = 5)
LEFT JOIN `pre4836_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3574
ORDER BY `position` |
0.287
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)
|
| 5659 |
SELECT SQL_NO_CACHE *
FROM `pre4836_country_lang`
WHERE `id_country` = 8 |
0.286
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_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:160 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4555 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pre4836_product_attribute`
WHERE `id_product` = 3680 |
0.285
ms
|
12 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1659 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719108) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.283
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5801 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730058) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.283
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 108 |
SELECT SQL_NO_CACHE *
FROM `pre4836_category_lang`
WHERE `id_category` = 557 AND `id_shop` = 5 |
0.281
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)
|
| 5798 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730055) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.281
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5826 |
SELECT SQL_NO_CACHE out_of_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.281
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 218 |
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 = 5)
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` = 4734
AND pac.`id_product_attribute` = 751276
AND agl.`id_lang` = 1 |
0.281
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)
|
| 638 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 585136) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.280
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 720097) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.280
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717565) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.280
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 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` = 3574) WHERE pac.`id_attribute` = 31547 |
0.280
ms
|
151 |
|
|
/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)
|
| 1480 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716576) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.279
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
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 = 5)
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` = 3679
AND pac.`id_product_attribute` = 751532
AND agl.`id_lang` = 1 |
0.278
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)
|
| 100 |
SELECT SQL_NO_CACHE `name`
FROM `pre4836_hook`
WHERE `id_hook` = 1017 LIMIT 1 |
0.277
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)
|
| 5645 |
SELECT SQL_NO_CACHE id_shop
FROM `pre4836_group_shop`
WHERE `id_group` = 1
AND id_shop = 5 LIMIT 1 |
0.277
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)
|
| 5946 |
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` = 5
ORDER BY `position`; |
0.277
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_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 32 |
SELECT SQL_NO_CACHE *
FROM `pre4836_group_lang`
WHERE `id_group` = 1 |
0.276
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)
|
| 5695 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_lang`
WHERE `id_product` = 3574 AND `id_shop` = 5 |
0.275
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 138 |
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 = 5)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 3574) |
0.275
ms
|
39 |
|
|
/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)
|
| 177 |
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 = 5)
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` = 3588
AND pac.`id_product_attribute` = 730058
AND agl.`id_lang` = 1 |
0.275
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)
|
| 5942 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.275
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_textilefrance/a1/d6/36/a1d636faafb020581e61f7caac55361b994af0c4_2.file.template.tpl.php:26 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e8fa65ea1_48568733)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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_textilefrancelayouts_layout_full_width_tpl/58/05/b4/5805b4de0b39c4f155e6008d7ebcbac1d2d61547_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e8fa5adc5_91878097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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 *
FROM `pre4836_country` a
LEFT JOIN `pre4836_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 5
WHERE (a.`id_country` = 8) LIMIT 1 |
0.274
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)
|
| 5855 |
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 = 5)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 3679 LIMIT 1 |
0.274
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5929 |
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 = 5)
WHERE pa.id_product = 3680 LIMIT 1 |
0.274
ms
|
12 |
|
|
/classes/Product.php:1106
/override/classes/Product.php:106 (getDefaultAttribute)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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.273
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)
|
| 5672 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.272
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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92948f27_75970480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5799 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730056) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.271
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5899 |
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 = 5)
WHERE p.id_product = 4734
AND DATEDIFF("2026-01-30 00:00:00", product_shop.`date_add`) < 365 LIMIT 1 |
0.271
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5911 |
SELECT SQL_NO_CACHE * from pre4836_product_videos AS pv WHERE pv.id_lang = 1 AND pv.id_shop = 5 AND pv.id_product IN (3680) ORDER BY pv.id_product ASC, pv.position ASC |
0.270
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5802 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730059) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5825 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.269
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745998) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.269
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3680) AND (id_product_attribute = 710970) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.269
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5941 |
SELECT SQL_NO_CACHE * FROM pre4836_footerbox WHERE `id_lang` = "1" and `id_store`="5" LIMIT 1 |
0.269
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_textilefrancelayouts_layout_full_width_tpl/58/05/b4/5805b4de0b39c4f155e6008d7ebcbac1d2d61547_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e8fa5adc5_91878097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 217 |
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 = 5)
WHERE pf.id_product = 4734
ORDER BY f.position ASC |
0.268
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)
|
| 3086 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745280) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.268
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5747 |
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 = 5)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 3574 LIMIT 1 |
0.268
ms
|
39 |
|
|
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5943 |
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` = 5 AND `active` = 1 ORDER BY position DESC; |
0.268
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_textilefrance/a1/d6/36/a1d636faafb020581e61f7caac55361b994af0c4_2.file.template.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e8fa65ea1_48568733)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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_textilefrancelayouts_layout_full_width_tpl/58/05/b4/5805b4de0b39c4f155e6008d7ebcbac1d2d61547_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e8fa5adc5_91878097)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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.267
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)
|
| 246 |
SELECT SQL_NO_CACHE state FROM pre4836_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.267
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)
|
| 5389 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767298) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.267
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5687 |
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` = 5
WHERE (a.`id_category` = 965) AND (b.`id_shop` = 5) LIMIT 1 |
0.267
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_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:208 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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 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 = 5)
WHERE pf.id_product = 3679
ORDER BY f.position ASC |
0.266
ms
|
9 |
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)
|
| 3197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746055) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.265
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3680) AND (id_product_attribute = 719214) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.265
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5811 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730068) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.263
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4563 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707633) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.261
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5641 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pre4836_hook_alias` |
0.261
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5800 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730057) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.261
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5810 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730067) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.261
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 176 |
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 = 5)
WHERE pf.id_product = 3588
ORDER BY f.position ASC |
0.260
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)
|
| 3192 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745999) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.257
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746054) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.257
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756846) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.257
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)
|
| 5673 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 17 AND `id_shop` = 5 LIMIT 1 |
0.257
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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92948f27_75970480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5813 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730070) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.257
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5675 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 15 AND `id_shop` = 5 LIMIT 1 |
0.256
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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_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_textilefrancelayouts_layout_full_width_tpl/cc/ff/e6/ccffe6095f7be3f1a25b8814ef8aa6e986667b73_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92948f27_75970480)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5688 |
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` = 5
WHERE (a.`id_category` = 728) AND (b.`id_shop` = 5) LIMIT 1 |
0.256
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_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:208 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5819 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730076) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.256
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5740 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 437 AND `id_shop` = 5 LIMIT 1 |
0.256
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5809 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730066) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.256
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745997) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.255
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5812 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730069) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.255
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4527 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pre4836_product_attribute`
WHERE `id_product` = 3679 |
0.255
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)
|
| 5806 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730063) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.254
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4794 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724156) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.254
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5805 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730062) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.254
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5814 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730071) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.253
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5690 |
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` = 5
WHERE (a.`id_category` = 292) AND (b.`id_shop` = 5) LIMIT 1 |
0.253
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_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:208 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5854 |
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 = 5)
WHERE pa.id_product = 3679 LIMIT 1 |
0.253
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4596 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713095) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.252
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5803 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730060) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.252
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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 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 = 5)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 4734) |
0.251
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)
|
| 3189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745996) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751125) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4811 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724752) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5685 |
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 = 5
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.251
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_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:208 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5689 |
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` = 5
WHERE (a.`id_category` = 559) AND (b.`id_shop` = 5) LIMIT 1 |
0.251
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_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:208 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5804 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730061) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.251
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5933 |
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`=3680 |
0.251
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 86 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.250
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)
|
| 3085 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745279) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.250
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3187 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745994) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.250
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5818 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730075) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.250
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3087 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745281) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.249
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5807 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730064) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.249
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5808 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730065) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.249
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725432) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.247
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5684 |
SELECT SQL_NO_CACHE *
FROM `pre4836_shop` a
WHERE (a.`id_shop` = 5) LIMIT 1 |
0.247
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_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:208 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5816 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730073) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.247
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5817 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730074) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.247
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5913 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_lang`
WHERE `id_product` = 3680 AND `id_shop` = 5 |
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 1484 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716580) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.246
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3080 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745274) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.246
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746052) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.246
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5691 |
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` = 5
WHERE (a.`id_category` = 1089) AND (b.`id_shop` = 5) LIMIT 1 |
0.246
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_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:208 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5871 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751274) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.246
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3081 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745275) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5755 |
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` = 5
WHERE (a.`id_manufacturer` = 69) LIMIT 1 |
0.245
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_textilefrance/c2/7a/4f/c27a4f3a22f08b53e4c7f4b22ffe355d65a6c4b8_2.file.bonmanufacturer-list.tpl.php:39 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92a38176_33459489)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5815 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730072) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.245
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4856 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725915) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.244
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719146) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.243
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4549 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751282) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5823 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3588 AND id_shop=5 LIMIT 1 |
0.242
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3084 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745278) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.241
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4809 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724750) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.241
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5928 |
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 = 5)
WHERE p.id_product = 3680
AND DATEDIFF("2026-01-30 00:00:00", product_shop.`date_add`) < 365 LIMIT 1 |
0.241
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3083 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745277) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.241
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746053) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.241
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4721 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717879) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.240
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5827 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.240
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3077 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745271) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.240
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713923) 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)
|
| 4723 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 718193) 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)
|
| 4779 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721490) 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)
|
| 5945 |
INSERT INTO `pre4836_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('40289683', '', 'www.grossistetextilefrance.com/557-bas-de-survetement?q=Grammage-261+g%5C%2Fm%C2%B2+%C3%A0+320+g%5C%2Fm%C2%B2%2FTailles+-2XL%2FCertificats-BSCI', '', '2026-01-30 04:05:06') |
0.239
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_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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_lang`
WHERE `id_country` = 8 |
0.239
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)
|
| 2961 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744429) 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)
|
| 3321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 750297) 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)
|
| 4810 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724751) 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)
|
| 4824 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725112) 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)
|
| 5904 |
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`=4734 |
0.239
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 749320) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5444 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794239) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 585242) 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)
|
| 2719 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741454) 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)
|
| 3188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745995) 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)
|
| 4550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756836) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.237
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)
|
| 4706 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717777) 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)
|
| 4852 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725861) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.236
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5828 |
SELECT SQL_NO_CACHE location
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.236
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 166 |
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 = 5)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 3588) |
0.235
ms
|
23 |
|
|
/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)
|
| 3314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 749193) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.235
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4612 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713638) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.235
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4799 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724286) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.235
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4724 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 718194) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.234
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4725 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 718195) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.234
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4788 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 723692) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.234
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4813 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724843) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.234
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 0 AND `id_shop` = 5 LIMIT 1 |
0.234
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)
|
| 3323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 750299) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.234
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4764 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720738) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.234
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 167 AND `id_shop` = 5 LIMIT 1 |
0.233
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)
|
| 2956 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744424) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.233
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4552 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 600889) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.232
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)
|
| 3078 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745272) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.232
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4551 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756841) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.232
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)
|
| 5853 |
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 = 5)
WHERE p.id_product = 3679
AND DATEDIFF("2026-01-30 00:00:00", product_shop.`date_add`) < 365 LIMIT 1 |
0.232
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 30 |
SELECT SQL_NO_CACHE id_shop
FROM `pre4836_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 5 LIMIT 1 |
0.231
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)
|
| 33 |
SELECT SQL_NO_CACHE id_shop
FROM `pre4836_group_shop`
WHERE `id_group` = 1
AND id_shop = 5 LIMIT 1 |
0.231
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)
|
| 4722 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 718192) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4727 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 718197) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4812 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724753) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4831 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725380) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5763 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 73 |
0.231
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4715 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717873) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4838 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725433) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 585566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4613 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713639) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4806 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724528) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4823 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724910) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4643 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714780) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.229
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4690 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716567) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.229
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4795 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724157) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.229
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5934 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.229
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 747603) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.229
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4686 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716563) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.229
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4736 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719796) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.229
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4853 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725862) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.229
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4693 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716591) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3079 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745273) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4676 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716138) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4808 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724749) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725435) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4675 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716137) 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)
|
| 186 |
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 = 5)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 3679) |
0.227
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)
|
| 1481 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716577) 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)
|
| 2955 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744423) 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)
|
| 4564 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707634) 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)
|
| 4726 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 718196) 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)
|
| 4765 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720739) 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)
|
| 4814 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724844) 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)
|
| 4839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725434) 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)
|
| 5745 |
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 = 5)
WHERE p.id_product = 3574
AND DATEDIFF("2026-01-30 00:00:00", product_shop.`date_add`) < 365 LIMIT 1 |
0.227
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 749189) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4849 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725858) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3243 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746427) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.225
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4766 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720740) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.225
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5858 |
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`=3679 |
0.225
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5746 |
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 = 5)
WHERE pa.id_product = 3574 LIMIT 1 |
0.225
ms
|
39 |
|
|
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742866) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4659 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715067) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4728 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 718198) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4734 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719213) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725686) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2433 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738005) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746373) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 711274) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4636 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714570) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4750 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720017) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4780 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721491) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725437) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE data FROM pre4836_layered_filter_block WHERE hash="0061745b42c512ba81f14e71a4f68bc7" LIMIT 1 |
0.223
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713634) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4687 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4741 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719801) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4759 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720111) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4777 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721488) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4790 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 723694) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4826 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725114) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4832 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725381) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725687) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4854 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725913) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4522 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730071) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.222
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)
|
| 3219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746324) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.222
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4576 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707782) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.222
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4738 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719798) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.222
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4796 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724158) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.222
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4800 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724287) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.222
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725436) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.222
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5905 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.222
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5916 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 601222) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.222
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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.221
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)
|
| 2952 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744413) 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)
|
| 3316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 749321) 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)
|
| 4565 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707635) 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)
|
| 4590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 712065) 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)
|
| 4699 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716597) 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)
|
| 4729 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 718199) 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)
|
| 4730 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719209) 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)
|
| 4732 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719211) 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)
|
| 4733 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719212) 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)
|
| 4770 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721181) 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)
|
| 4781 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721492) 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)
|
| 4782 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721915) 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)
|
| 4798 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724285) 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)
|
| 4817 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724847) 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)
|
| 4822 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724909) 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)
|
| 4825 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725113) 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)
|
| 4830 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725379) 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)
|
| 4835 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725430) 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)
|
| 4850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725859) 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)
|
| 5950 |
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` = 7 AND `active` = 1 ORDER BY position |
0.221
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_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 1661 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719147) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 711269) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4731 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719210) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4737 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719797) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4740 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719800) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4754 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720106) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4783 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721916) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725684) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2618 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740359) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 749324) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4710 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717781) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4753 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720020) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4768 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720742) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4769 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720743) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4792 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 723696) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4793 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724155) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4815 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724845) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4816 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724846) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4827 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725115) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4834 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725429) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725688) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4848 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725689) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725860) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3076 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745270) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4611 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713637) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717779) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4757 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720109) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4758 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720110) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4785 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721918) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4789 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 723693) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4797 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724159) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4801 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724288) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4805 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724527) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4818 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724905) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4829 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725378) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4742 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719802) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4749 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720016) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4751 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720018) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4755 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720107) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721919) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4787 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721920) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4820 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724907) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725116) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725685) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725914) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 228 |
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 = 5)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 3680) |
0.218
ms
|
12 |
|
|
/override/classes/Product.php:149
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 749190) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713717) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4685 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716478) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4707 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717778) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4709 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717780) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4739 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719799) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4762 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720736) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4767 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720741) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4771 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721182) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4774 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721185) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4778 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721489) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4784 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721917) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4802 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724289) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4819 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724906) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4821 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724908) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4833 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725382) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725431) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4763 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720737) 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)
|
| 5866 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_lang`
WHERE `id_product` = 4734 AND `id_shop` = 5 |
0.217
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 142 |
SELECT SQL_NO_CACHE tr.*
FROM `pre4836_tax_rule` tr
JOIN `pre4836_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 9
AND tr.`id_state` IN (0, 0)
AND ('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.217
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)
|
| 3244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746428) 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)
|
| 4711 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717782) 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)
|
| 4719 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717877) 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)
|
| 4743 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719803) 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)
|
| 4746 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719930) 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)
|
| 4747 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719931) 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)
|
| 4752 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720019) 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)
|
| 4756 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720108) 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)
|
| 4760 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720112) 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)
|
| 4761 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 720113) 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)
|
| 4775 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721186) 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)
|
| 4791 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 723695) 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)
|
| 4804 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724526) 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)
|
| 4807 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724529) 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)
|
| 5926 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751578) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2953 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744414) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 749192) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 749323) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4597 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713096) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713718) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4712 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717783) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4772 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721183) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4773 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721184) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4776 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 721487) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4803 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 724525) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5924 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751576) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2962 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744430) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 749191) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4691 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716568) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4702 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716941) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4705 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716944) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4713 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717784) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4720 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717878) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4745 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4748 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 719932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4714 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717872) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4718 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717876) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4508 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pre4836_product_attribute`
WHERE `id_product` = 3588 |
0.214
ms
|
23 |
|
|
/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)
|
| 4523 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730066) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
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)
|
| 4648 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714927) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4717 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717875) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4651 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4695 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716593) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4716 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 717874) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5448 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794247) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2835 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742745) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742774) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2959 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744427) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746070) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 750296) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 750298) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713796) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4628 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713924) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714567) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5762 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 73 |
0.213
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751285) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5896 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756848) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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 = 3574) AND (id_product_attribute = 585453) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2954 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744415) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2960 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744428) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3113 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745502) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4688 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716565) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4692 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716590) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5895 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756847) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 570746) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
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)
|
| 4566 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707636) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713801) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4629 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713925) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715068) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715090) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4669 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715543) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4694 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716592) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4704 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716943) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5696 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pre4836_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 5
AND cl.`id_category` = 557 LIMIT 1 |
0.211
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5932 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3680 AND id_shop=5 LIMIT 1 |
0.211
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2830 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742730) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3075 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745269) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4598 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713097) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713719) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713798) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4637 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714571) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4662 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715070) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4689 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746051) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5921 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751573) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 712411) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713800) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714568) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4681 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716474) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4683 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716476) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5920 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751572) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4567 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707637) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4606 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713548) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713797) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713922) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713926) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4641 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714778) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4644 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714781) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4698 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716596) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4701 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716940) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5761 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 61 |
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742778) 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)
|
| 3234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746399) 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)
|
| 4609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713635) 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)
|
| 4610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713636) 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)
|
| 4646 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714925) 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)
|
| 4654 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714950) 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)
|
| 4655 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714951) 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)
|
| 4658 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715066) 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)
|
| 4678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716140) 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)
|
| 4700 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716939) 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)
|
| 5923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751575) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713091) 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)
|
| 4599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713098) 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)
|
| 4600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713542) 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)
|
| 4618 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713721) 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)
|
| 4638 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714572) 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)
|
| 4640 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714777) 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)
|
| 4642 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714779) 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)
|
| 4650 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714929) 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)
|
| 4661 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715069) 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)
|
| 4663 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715088) 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)
|
| 4664 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715089) 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)
|
| 4670 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715544) 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)
|
| 4671 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715546) 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)
|
| 4679 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716141) 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)
|
| 4680 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716473) 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)
|
| 4684 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716477) 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)
|
| 4696 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716594) 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)
|
| 5935 |
SELECT SQL_NO_CACHE out_of_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713722) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4635 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714569) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4673 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715548) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4674 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716136) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE `id_zone`
FROM `pre4836_country`
WHERE `id_country` = 8 LIMIT 1 |
0.207
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)
|
| 125 |
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 = 5)
WHERE i.`id_product` = 3574
AND image_shop.`cover` = 1 LIMIT 1 |
0.207
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)
|
| 3082 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745276) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746429) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4593 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713092) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713544) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4603 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713545) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4604 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713546) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4605 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713547) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4607 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713549) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713720) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713927) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4645 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714782) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4647 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714926) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4649 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4652 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714948) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4666 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715091) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4667 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715092) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4668 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715093) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4672 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 715547) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4703 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716942) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5936 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2391 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734133) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2832 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742742) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4570 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707640) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713093) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713543) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713799) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4639 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714573) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714952) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4657 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714953) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4677 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716139) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4682 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716475) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4697 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 716595) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5701 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729562) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5779 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 67 |
0.206
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5903 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 4734 AND id_shop=5 LIMIT 1 |
0.206
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5937 |
SELECT SQL_NO_CACHE location
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 1482 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716578) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2838 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742776) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3247 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746502) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 711271) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 711275) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4632 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4653 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 714949) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3114 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745503) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4595 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 713094) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5906 |
SELECT SQL_NO_CACHE out_of_stock
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3227 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746371) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4581 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 711270) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5785 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 69 |
0.203
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 89 |
SELECT SQL_NO_CACHE format
FROM `pre4836_address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.203
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)
|
| 3233 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746398) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4568 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707638) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4577 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707783) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 711272) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756838) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 733920) 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)
|
| 3246 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746430) 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)
|
| 4573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707779) 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)
|
| 5889 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756841) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5907 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2833 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742743) 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)
|
| 2963 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744431) 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)
|
| 3145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745674) 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)
|
| 3241 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746425) 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)
|
| 4569 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707639) 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)
|
| 4587 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 711276) 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)
|
| 5888 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756840) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 642 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 585614) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742777) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746402) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3778 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857821) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4098 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869451) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4571 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707777) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4574 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707780) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4575 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707781) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4578 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707895) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4584 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 711273) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5644 |
SELECT SQL_NO_CACHE name, alias FROM `pre4836_hook_alias` |
0.201
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/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5773 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 83 |
0.201
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5894 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756846) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5898 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756850) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 747218) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4572 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 707778) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 712010) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 765816) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5760 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 61 |
0.200
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5767 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 79 |
0.200
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5783 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 89 |
0.200
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5908 |
SELECT SQL_NO_CACHE location
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 4588 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 711277) 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)
|
| 2392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734134) 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)
|
| 3088 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745353) 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)
|
| 5699 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 619256) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 157 |
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.198
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)
|
| 3199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746071) 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)
|
| 3204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746076) 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)
|
| 3242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746426) 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)
|
| 3586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796061) 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)
|
| 5765 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 63 |
0.198
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5787 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 71 |
0.198
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5883 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751286) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746114) 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)
|
| 2957 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744425) 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)
|
| 3089 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745354) 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)
|
| 3177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745893) 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)
|
| 5410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767602) 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)
|
| 5771 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 65 |
0.197
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 1485 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716581) 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)
|
| 2619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740480) 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)
|
| 3215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746320) 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)
|
| 3235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746400) 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)
|
| 3236 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746401) 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)
|
| 3238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746403) 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)
|
| 5769 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 75 |
0.196
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5777 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 85 |
0.196
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5917 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751569) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2714 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741394) 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)
|
| 3206 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746115) 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)
|
| 3207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746116) 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)
|
| 3240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746421) 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)
|
| 5459 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794593) 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)
|
| 5775 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 77 |
0.195
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5918 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751570) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.195
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5927 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751579) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.195
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746374) 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)
|
| 3178 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745924) 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)
|
| 3201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746073) 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)
|
| 3203 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746075) 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)
|
| 3216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746321) 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)
|
| 3217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746322) 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)
|
| 3225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746355) 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)
|
| 5411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767603) 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)
|
| 5884 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756836) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.194
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2388 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 733365) 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)
|
| 3232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746376) 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)
|
| 3348 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751162) 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)
|
| 5781 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 87 |
0.194
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2831 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742741) 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)
|
| 3115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745504) 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)
|
| 3228 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746372) 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)
|
| 1486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716715) 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)
|
| 3098 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745447) 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)
|
| 3211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746248) 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)
|
| 3220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746325) 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)
|
| 3224 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746354) 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)
|
| 3226 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746356) 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)
|
| 3132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745584) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.192
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745860) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.192
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756837) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5919 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751571) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2385 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 733175) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.192
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2434 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738006) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.192
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2834 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742744) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.192
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3182 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.192
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3184 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745991) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.192
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746074) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.192
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746352) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.192
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5892 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756844) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 737310) 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)
|
| 3180 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745926) 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)
|
| 3186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745993) 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)
|
| 3223 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746353) 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)
|
| 3324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 750300) 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)
|
| 3871 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859235) 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)
|
| 5390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767299) 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)
|
| 5836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751529) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.191
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751574) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.191
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751577) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.191
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2716 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741396) 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)
|
| 2916 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744278) 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)
|
| 3117 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745506) 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)
|
| 3131 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745583) 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)
|
| 3179 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745925) 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)
|
| 3183 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745929) 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)
|
| 5453 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794267) 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)
|
| 5890 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756842) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746375) 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)
|
| 3110 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745499) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3133 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745585) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745604) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745677) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745992) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746249) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746250) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746251) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3221 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746351) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5893 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756845) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3181 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745927) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4898 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726462) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2711 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741391) 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)
|
| 2958 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744426) 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)
|
| 3116 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745505) 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)
|
| 3121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745545) 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)
|
| 3147 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745676) 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)
|
| 3154 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745812) 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)
|
| 3171 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745861) 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)
|
| 3209 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746118) 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)
|
| 3210 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746247) 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)
|
| 3239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746420) 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)
|
| 3308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 747602) 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)
|
| 3684 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 852109) 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)
|
| 5887 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756839) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745847) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3166 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745848) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2712 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741392) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3090 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745355) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745603) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745859) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 747219) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5768 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 75 |
0.187
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2393 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734353) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3093 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745358) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746072) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5897 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756849) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3130 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745602) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3141 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745607) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3155 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745813) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745814) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745846) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3168 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745858) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3172 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745862) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3173 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745889) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3174 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745890) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794597) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5581 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5776 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 85 |
0.186
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5782 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 89 |
0.186
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5891 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 756843) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 90 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pre4836_country`
WHERE `id_country` = 8 LIMIT 1 |
0.185
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)
|
| 240 |
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` = 5
WHERE (a.`id_product_attribute` = 751573) LIMIT 1 |
0.185
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)
|
| 3107 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745496) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745608) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745815) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745818) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3208 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746117) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3361 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752886) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5764 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 63 |
0.185
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5766 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 79 |
0.185
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5770 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 65 |
0.185
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5786 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 71 |
0.185
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3092 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745357) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745679) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 749322) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742076) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2713 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741393) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3144 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745610) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3159 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745817) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860107) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3095 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745436) 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)
|
| 3097 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745446) 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)
|
| 3128 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745566) 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)
|
| 3140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745606) 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)
|
| 3218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746323) 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)
|
| 5646 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM pre4836_category_group ctg
WHERE ctg.`id_category` = 557 AND ctg.`id_group` = 1 LIMIT 1 |
0.183
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)
|
| 489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 563023) 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)
|
| 2951 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744412) 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)
|
| 3134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745586) 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)
|
| 3143 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745609) 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)
|
| 5449 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794249) 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)
|
| 5750 |
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`=3574 |
0.183
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3094 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745435) 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)
|
| 3096 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745437) 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)
|
| 3127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745565) 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)
|
| 3129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745567) 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)
|
| 3629 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797409) 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)
|
| 2721 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741456) 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)
|
| 2921 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744307) 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)
|
| 2966 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744510) 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)
|
| 3118 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745542) 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)
|
| 3122 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745546) 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)
|
| 3124 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745562) 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)
|
| 3162 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745844) 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)
|
| 3135 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745587) 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)
|
| 5784 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 69 |
0.181
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 733340) 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)
|
| 3099 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745448) 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)
|
| 3111 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745500) 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)
|
| 3119 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745543) 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)
|
| 3158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745816) 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)
|
| 3267 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746673) 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)
|
| 5583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860207) 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)
|
| 5584 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860209) 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)
|
| 2919 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744281) 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)
|
| 2934 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744326) 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)
|
| 3104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745493) 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)
|
| 3106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745495) 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)
|
| 3120 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745544) 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)
|
| 3151 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745680) 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)
|
| 3167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745849) 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)
|
| 4858 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 725917) 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)
|
| 4860 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726015) 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)
|
| 5454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794269) 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)
|
| 5578 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860103) 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)
|
| 5643 |
SELECT SQL_NO_CACHE * FROM `pre4836_hook_module_exceptions`
WHERE `id_shop` IN (5) |
0.180
ms
|
1 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5757 |
SELECT SQL_NO_CACHE COUNT(`id_quantity_discount_rule`) FROM `pre4836_quantity_discount_rule` WHERE `id_shop` = 5 LIMIT 1 |
0.180
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5774 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 77 |
0.180
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745451) 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)
|
| 237 |
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 = 5) 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 = 5) WHERE p.`id_product` = 3680 AND pa.`id_product` = 3680 AND pa.`id_product_attribute` = 751573 LIMIT 1 |
0.179
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)
|
| 2717 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741452) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3074 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745268) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3112 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745501) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3149 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745678) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3175 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745891) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767601) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860205) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860211) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5778 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 67 |
0.179
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730255) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3091 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745356) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3101 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745450) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746872) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3370 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752940) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5450 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794261) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5569 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855379) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2918 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744280) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3109 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745498) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745675) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3153 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745682) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5577 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860101) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5772 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 83 |
0.178
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2640 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740629) 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)
|
| 2935 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744327) 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)
|
| 3100 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745449) 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)
|
| 3123 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745547) 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)
|
| 3250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746505) 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)
|
| 3683 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 852097) 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)
|
| 5611 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871673) 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)
|
| 2389 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 733379) 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)
|
| 2964 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744508) 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)
|
| 3103 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745452) 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)
|
| 3161 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745843) 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)
|
| 3176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745892) 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)
|
| 5780 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 87 |
0.177
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2817 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742577) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742775) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2866 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 743996) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2901 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744202) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744311) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2998 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744699) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2999 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744700) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3047 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745027) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745497) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751633) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3351 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751824) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767604) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5579 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860105) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5603 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871461) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5702 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729563) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2254 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730253) 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)
|
| 2926 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744312) 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)
|
| 2930 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744322) 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)
|
| 2993 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744641) 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)
|
| 3053 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745181) 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)
|
| 3163 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745845) 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)
|
| 3307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 747601) 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)
|
| 3332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751074) 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)
|
| 3779 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857883) 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)
|
| 4905 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726469) 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)
|
| 5304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742075) 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)
|
| 5460 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794595) 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)
|
| 2917 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744279) 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)
|
| 2931 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744323) 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)
|
| 2983 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744567) 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)
|
| 3035 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744955) 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)
|
| 3105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745494) 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)
|
| 3125 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745563) 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)
|
| 3344 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751158) 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)
|
| 3347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751161) 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)
|
| 3362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752887) 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)
|
| 3492 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766930) 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)
|
| 5370 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 765827) 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)
|
| 5589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860495) 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)
|
| 2929 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744321) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2941 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744349) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2945 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744387) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2965 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744509) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3060 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745188) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751129) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4868 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726043) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5838 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751531) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751284) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 487 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 562771) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730079) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742867) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2932 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744324) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3017 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744875) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751160) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 872617) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 600889) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744308) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3027 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744904) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745681) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3350 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751823) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4880 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726210) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751537) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2920 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744306) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2936 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744344) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2937 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744345) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2981 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744565) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746503) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746674) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 750301) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752888) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726211) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726212) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5181 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733023) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5445 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794241) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5452 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794265) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5605 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871465) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5744 |
SELECT SQL_NO_CACHE *
FROM `pre4836_tax_lang`
WHERE `id_tax` = 1 |
0.172
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2944 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744386) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3126 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794263) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739433) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2715 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741395) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744309) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2924 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744310) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2927 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744313) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2928 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744314) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2943 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744385) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2946 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744388) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2947 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744389) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2979 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744563) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2982 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3910 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859549) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4505 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
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)
|
| 4533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751533) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
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)
|
| 4903 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726467) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5618 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 872613) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2911 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744226) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2938 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744346) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2939 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744347) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2940 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744348) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2942 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744384) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2948 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744390) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2967 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744511) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2969 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744525) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2973 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744529) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2975 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744559) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2984 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744588) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2985 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744589) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2986 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744590) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2989 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744593) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2992 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744640) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3003 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744719) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3018 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744876) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3044 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745024) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3049 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745177) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3050 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745178) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3052 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745180) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3360 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752826) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3587 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796063) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726044) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4897 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726461) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5391 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767300) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751535) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751536) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2912 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744227) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2933 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744325) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2949 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744410) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2968 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744512) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2971 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744527) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2972 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744528) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2980 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2987 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744591) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3020 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744897) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3029 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744922) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3043 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745023) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3046 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745026) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3048 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745028) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3061 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745189) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3063 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745191) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745605) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746662) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3277 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746782) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746798) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746802) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3326 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 750302) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3331 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751073) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751076) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3335 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751122) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751159) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752824) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4906 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726757) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767477) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5607 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871469) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 872623) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 872685) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5638 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 601222) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
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)
|
| 5839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751532) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751533) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5859 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2970 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744526) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3008 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744757) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3034 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744954) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746506) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3257 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746587) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746672) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751826) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3892 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859419) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2764 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742177) 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)
|
| 2867 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 743997) 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)
|
| 3016 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744874) 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)
|
| 3031 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744946) 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)
|
| 3033 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744948) 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)
|
| 3037 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744957) 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)
|
| 3254 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746584) 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)
|
| 3279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746784) 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)
|
| 3283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746800) 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)
|
| 3290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746949) 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)
|
| 3295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746954) 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)
|
| 3299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 747125) 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)
|
| 3304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 747217) 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)
|
| 3965 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860921) 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)
|
| 4883 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726213) 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)
|
| 5353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 753872) 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)
|
| 5371 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 765828) 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)
|
| 5837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751530) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5870 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751273) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2386 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 733278) 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)
|
| 2950 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744411) 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)
|
| 2988 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744592) 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)
|
| 3252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746507) 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)
|
| 3259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746589) 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)
|
| 3297 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 747123) 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)
|
| 5587 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860215) 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)
|
| 5758 |
SELECT SQL_NO_CACHE COUNT(qdr.`id_quantity_discount_rule`) AS nb
FROM `pre4836_quantity_discount_rule` qdr
WHERE `id_shop` = 5 LIMIT 1 |
0.168
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2884 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744101) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2902 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2974 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744530) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2990 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744638) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3005 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744721) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746873) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3327 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751069) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751827) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752921) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3872 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859237) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4538 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pre4836_product_attribute`
WHERE `id_product` = 4734 |
0.167
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)
|
| 4859 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726014) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727345) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5606 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871467) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5613 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871677) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2849 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742925) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2976 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744560) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2991 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744639) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3036 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744956) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3054 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745182) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3064 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745192) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3278 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746783) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751825) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3718 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854289) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871671) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 872611) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5628 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 872689) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5862 |
SELECT SQL_NO_CACHE location
FROM `pre4836_stock_available`
WHERE (id_product = 3679) 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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5875 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751278) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2710 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741369) 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)
|
| 2843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742868) 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)
|
| 2850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742926) 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)
|
| 3253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746508) 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)
|
| 3280 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746785) 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)
|
| 3286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746803) 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)
|
| 3293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746952) 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)
|
| 3296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 747122) 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)
|
| 3298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 747124) 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)
|
| 3364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752889) 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)
|
| 5703 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 1727 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720093) 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)
|
| 2462 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738481) 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)
|
| 2553 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739668) 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)
|
| 2868 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 743998) 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)
|
| 2878 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744085) 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)
|
| 2914 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744276) 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)
|
| 2977 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744561) 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)
|
| 3045 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745025) 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)
|
| 3070 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745243) 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)
|
| 3249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746504) 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)
|
| 3258 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746588) 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)
|
| 3260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746661) 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)
|
| 3269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746675) 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)
|
| 3272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746745) 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)
|
| 3274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746747) 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)
|
| 3275 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746748) 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)
|
| 3284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746801) 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)
|
| 3292 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746951) 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)
|
| 3333 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751075) 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)
|
| 3355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752424) 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)
|
| 3953 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860175) 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)
|
| 5236 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739852) 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)
|
| 5598 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 870709) 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)
|
| 5723 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729584) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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 SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767301) 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)
|
| 1487 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716716) 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)
|
| 1711 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719786) 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)
|
| 2461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738480) 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)
|
| 2605 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740204) 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)
|
| 2728 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741582) 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)
|
| 2781 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742296) 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)
|
| 2852 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742928) 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)
|
| 2857 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 743973) 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)
|
| 2900 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744201) 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)
|
| 2978 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744562) 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)
|
| 3012 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744761) 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)
|
| 3013 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744762) 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)
|
| 3022 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744899) 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)
|
| 3040 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744960) 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)
|
| 3041 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744961) 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)
|
| 3055 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745183) 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)
|
| 3057 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745185) 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)
|
| 3059 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745187) 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)
|
| 3067 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745240) 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)
|
| 3073 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745267) 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)
|
| 3273 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746746) 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)
|
| 3282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746799) 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)
|
| 3328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751070) 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)
|
| 3336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751123) 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)
|
| 3343 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751157) 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)
|
| 3356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752425) 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)
|
| 3365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752920) 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)
|
| 3367 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752922) 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)
|
| 3368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752923) 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)
|
| 3963 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860479) 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)
|
| 4512 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pre4836_hook_alias` |
0.165
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)
|
| 4861 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726016) 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)
|
| 4866 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726041) 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)
|
| 4867 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726042) 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)
|
| 4879 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726209) 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)
|
| 4899 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726463) 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)
|
| 5338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751574) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
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)
|
| 5339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751575) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
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)
|
| 5427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793147) 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)
|
| 5428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793149) 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)
|
| 5586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860213) 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)
|
| 5594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 870701) 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)
|
| 5597 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 870707) 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)
|
| 5602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871459) 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)
|
| 5609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871669) 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)
|
| 5616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871683) 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)
|
| 5627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 872687) 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)
|
| 5711 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729572) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5729 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729590) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2257 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730256) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734354) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 735202) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2480 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738825) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2569 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739890) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2657 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740789) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2827 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742727) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 743971) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744076) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2888 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744105) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2907 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744222) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2997 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744698) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3001 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744717) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3002 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744718) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3007 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744723) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3069 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745242) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746586) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746670) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3265 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746671) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746744) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3276 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746781) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746953) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 747126) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 747216) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751124) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751126) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3359 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752825) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3762 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857429) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4890 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726297) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4894 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726338) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4914 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727010) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5182 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733052) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5525 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 801523) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5526 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 801525) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5568 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855377) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5576 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860099) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860499) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5593 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 870699) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5595 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 870703) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871455) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5612 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871675) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871681) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751539) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5880 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751283) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 154 |
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 = 5) 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 = 5) WHERE p.`id_product` = 3574 AND pa.`id_product` = 3574 AND pa.`id_product_attribute` = 729564 LIMIT 1 |
0.164
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)
|
| 2587 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740031) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2913 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744228) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3072 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745266) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 747215) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3770 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857613) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 872615) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734356) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2543 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739534) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740483) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2689 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741093) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2767 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742180) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2829 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742729) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742927) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2856 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 743972) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2865 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 743995) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2870 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744077) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744102) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2899 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744200) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2995 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744643) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2996 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744644) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3010 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744759) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3014 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744872) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3038 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744958) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3062 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745190) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3071 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745265) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746676) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 747127) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726292) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4887 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726294) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767599) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5604 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871463) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871679) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 872683) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751534) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2769 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742236) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2861 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 743991) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2887 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744104) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2908 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744223) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3255 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746585) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3263 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746664) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751071) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752823) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3740 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854639) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3777 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857819) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4913 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727009) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751577) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5343 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751579) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5372 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 765856) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5485 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799437) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2443 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738153) 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)
|
| 2765 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742178) 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)
|
| 2766 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742179) 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)
|
| 2825 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742680) 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)
|
| 2828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742728) 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)
|
| 2858 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 743974) 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)
|
| 2875 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744082) 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)
|
| 2910 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744225) 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)
|
| 3024 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744901) 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)
|
| 3289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746874) 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)
|
| 3369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752939) 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)
|
| 3371 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752941) 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)
|
| 4895 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726339) 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)
|
| 4915 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727011) 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)
|
| 5340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751576) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
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)
|
| 5721 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2739 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741780) 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)
|
| 2768 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742181) 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)
|
| 2844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742869) 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)
|
| 2871 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744078) 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)
|
| 2883 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744100) 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)
|
| 2994 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744642) 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)
|
| 3019 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744896) 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)
|
| 3262 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746663) 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)
|
| 3291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 746950) 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)
|
| 3330 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751072) 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)
|
| 3340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751127) 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)
|
| 3651 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798871) 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)
|
| 4087 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869357) 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)
|
| 4904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726468) 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)
|
| 4921 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727017) 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)
|
| 5393 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767412) 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)
|
| 5394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767413) 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)
|
| 5601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871457) 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)
|
| 5608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 871667) 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)
|
| 5879 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751282) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5953 |
SELECT SQL_NO_CACHE data
FROM `pre4836_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 5 LIMIT 1 |
0.162
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:53 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 180 |
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 = 5)
WHERE i.`id_product` = 3679
AND image_shop.`cover` = 1 LIMIT 1 |
0.161
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)
|
| 2395 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734355) 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)
|
| 2398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734497) 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)
|
| 2515 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739318) 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)
|
| 2782 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742313) 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)
|
| 2874 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744081) 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)
|
| 2903 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744204) 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)
|
| 3000 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744701) 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)
|
| 3009 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744758) 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)
|
| 3025 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744902) 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)
|
| 3341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 751128) 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)
|
| 3893 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859421) 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)
|
| 4501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766037) 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)
|
| 5176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732975) 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)
|
| 5399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767471) 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)
|
| 5704 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729565) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5872 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751275) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
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)
|
| 491 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 563242) 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)
|
| 2435 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738007) 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)
|
| 2445 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738155) 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)
|
| 2495 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739022) 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)
|
| 2549 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739622) 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)
|
| 2667 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740833) 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)
|
| 2776 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742267) 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)
|
| 2779 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742294) 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)
|
| 2826 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742681) 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)
|
| 2853 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742929) 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)
|
| 2886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744103) 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)
|
| 2898 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744199) 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)
|
| 3011 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744760) 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)
|
| 3015 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744873) 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)
|
| 3026 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744903) 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)
|
| 3491 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766929) 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)
|
| 3873 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859239) 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)
|
| 4195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870839) 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)
|
| 4348 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 890913) 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)
|
| 4495 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 765868) 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)
|
| 4862 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726017) 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)
|
| 4902 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726466) 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)
|
| 4912 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726763) 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)
|
| 5342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751578) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
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)
|
| 5505 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799739) 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)
|
| 5570 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 859983) 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)
|
| 5599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 870711) 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)
|
| 5726 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729587) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5874 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751277) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2773 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742240) 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)
|
| 2777 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742268) 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)
|
| 2891 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744192) 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)
|
| 3065 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745193) 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)
|
| 5306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742077) 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)
|
| 5845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751538) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 160 |
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 = 5)
WHERE i.`id_product` = 3588
AND image_shop.`cover` = 1 LIMIT 1 |
0.160
ms
|
5 |
|
|
/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)
|
| 2255 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730254) 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)
|
| 2320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731544) 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)
|
| 2436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738008) 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)
|
| 2438 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738054) 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)
|
| 2444 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738154) 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)
|
| 2623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740484) 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)
|
| 2658 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740790) 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)
|
| 2675 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740904) 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)
|
| 2709 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741368) 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)
|
| 2771 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742238) 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)
|
| 2772 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742239) 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)
|
| 2845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742870) 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)
|
| 2846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742914) 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)
|
| 2854 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 743970) 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)
|
| 2859 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 743975) 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)
|
| 2860 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 743990) 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)
|
| 2863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 743993) 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)
|
| 2864 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 743994) 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)
|
| 2872 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744079) 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)
|
| 2873 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744080) 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)
|
| 2876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744083) 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)
|
| 2889 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744106) 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)
|
| 2890 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744191) 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)
|
| 2892 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744193) 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)
|
| 2893 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744194) 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)
|
| 2897 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744198) 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)
|
| 2906 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744221) 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)
|
| 2909 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744224) 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)
|
| 3021 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744898) 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)
|
| 3023 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744900) 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)
|
| 3039 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744959) 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)
|
| 3042 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744962) 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)
|
| 3051 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745179) 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)
|
| 4449 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758835) 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)
|
| 4873 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726183) 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)
|
| 5275 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741112) 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)
|
| 5314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742586) 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)
|
| 5397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767416) 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)
|
| 5414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767658) 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)
|
| 5446 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794243) 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)
|
| 5465 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 795569) 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)
|
| 5467 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 796379) 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)
|
| 5479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 798511) 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)
|
| 5571 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 859985) 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)
|
| 5847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751540) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5873 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751276) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 1885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722286) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730201) 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)
|
| 2427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 736953) 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)
|
| 2437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738053) 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)
|
| 2493 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739020) 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)
|
| 2534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739434) 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)
|
| 2558 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739741) 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)
|
| 2589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740033) 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)
|
| 2621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740482) 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)
|
| 2643 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740656) 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)
|
| 2648 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740669) 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)
|
| 2660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740792) 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)
|
| 2730 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741736) 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)
|
| 2770 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742237) 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)
|
| 2775 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742266) 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)
|
| 2778 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742269) 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)
|
| 2780 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742295) 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)
|
| 2800 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742456) 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)
|
| 2820 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742652) 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)
|
| 2862 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 743992) 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)
|
| 2877 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744084) 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)
|
| 2904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744219) 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)
|
| 3032 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744947) 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)
|
| 3379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753055) 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)
|
| 3485 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766714) 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)
|
| 3674 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 800115) 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)
|
| 4477 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759397) 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)
|
| 4497 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766033) 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)
|
| 4863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726018) 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)
|
| 4870 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726045) 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)
|
| 4901 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726465) 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)
|
| 5228 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739277) 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)
|
| 5233 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739446) 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)
|
| 5356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 753875) 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)
|
| 5413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767605) 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)
|
| 5447 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794245) 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)
|
| 5503 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799735) 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)
|
| 5557 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855337) 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)
|
| 5588 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860493) 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)
|
| 5590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860497) 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)
|
| 5592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860501) 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)
|
| 5596 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 870705) 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)
|
| 5621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 872619) 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)
|
| 5624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 872681) 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)
|
| 5724 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729585) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5732 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 756406) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2554 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739669) 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)
|
| 2641 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740654) 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)
|
| 2896 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744197) 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)
|
| 3372 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 752942) 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)
|
| 4884 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726214) 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)
|
| 5232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739445) 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)
|
| 5705 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729566) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5728 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729589) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 175 |
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 = 5) 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 = 5) WHERE p.`id_product` = 3588 AND pa.`id_product` = 3588 AND pa.`id_product_attribute` = 730058 LIMIT 1 |
0.158
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)
|
| 200 |
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 = 5)
WHERE i.`id_product` = 4734
AND image_shop.`cover` = 1 LIMIT 1 |
0.158
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE * FROM `pre4836_image_type` |
0.158
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)
|
| 2399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734498) 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)
|
| 2400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734499) 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)
|
| 2401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734500) 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)
|
| 2488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738921) 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)
|
| 2503 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739180) 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)
|
| 2520 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739347) 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)
|
| 2526 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739395) 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)
|
| 2539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739488) 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)
|
| 2545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739618) 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)
|
| 2555 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739738) 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)
|
| 2563 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739842) 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)
|
| 2565 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739844) 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)
|
| 2591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740059) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740355) 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)
|
| 2626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740549) 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)
|
| 2669 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740835) 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)
|
| 2688 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741092) 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)
|
| 2774 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742265) 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)
|
| 2848 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742924) 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)
|
| 2882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744099) 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)
|
| 2894 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744195) 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)
|
| 3004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744720) 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)
|
| 3030 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744945) 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)
|
| 3056 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745184) 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)
|
| 3058 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745186) 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)
|
| 3066 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745239) 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)
|
| 3068 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 745241) 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)
|
| 3494 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766932) 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)
|
| 3849 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858855) 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)
|
| 4350 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729571) 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)
|
| 4874 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726184) 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)
|
| 4896 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726340) 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)
|
| 4900 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726464) 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)
|
| 4909 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726760) 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)
|
| 4917 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727013) 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)
|
| 4920 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727016) 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)
|
| 5191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733673) 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)
|
| 5230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739443) 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)
|
| 5231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739444) 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)
|
| 5253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740570) 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)
|
| 5255 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740572) 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)
|
| 5406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767598) 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)
|
| 5408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767600) 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)
|
| 5455 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794271) 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)
|
| 5554 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855219) 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)
|
| 5558 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855339) 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)
|
| 5559 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855341) 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)
|
| 5562 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855347) 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)
|
| 5566 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855373) 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)
|
| 5572 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 859987) 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)
|
| 5573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 859989) 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)
|
| 5706 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729567) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5712 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729573) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5848 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751541) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5857 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3679 AND id_shop=5 LIMIT 1 |
0.158
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5878 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751281) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2494 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739021) 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)
|
| 2507 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739184) 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)
|
| 2583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740006) 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)
|
| 2625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740548) 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)
|
| 2637 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740626) 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)
|
| 2642 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740655) 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)
|
| 2683 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741015) 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)
|
| 2718 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741453) 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)
|
| 3006 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744722) 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)
|
| 3028 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744921) 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)
|
| 3381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753057) 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)
|
| 3404 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753588) 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)
|
| 5315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742587) 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)
|
| 5334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751534) 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)
|
| 5335 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751535) 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)
|
| 5417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767661) 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)
|
| 5439 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793565) 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)
|
| 5468 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 797095) 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)
|
| 5553 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855217) 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)
|
| 5574 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 859991) 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)
|
| 5629 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 872691) 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)
|
| 195 |
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 = 5) 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 = 5) WHERE p.`id_product` = 3679 AND pa.`id_product` = 3679 AND pa.`id_product_attribute` = 751532 LIMIT 1 |
0.157
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)
|
| 216 |
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 = 5) 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 = 5) WHERE p.`id_product` = 4734 AND pa.`id_product` = 4734 AND pa.`id_product_attribute` = 751276 LIMIT 1 |
0.157
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)
|
| 221 |
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 = 5)
WHERE i.`id_product` = 3680
AND image_shop.`cover` = 1 LIMIT 1 |
0.157
ms
|
3 |
|
|
/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)
|
| 864 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 704045) 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)
|
| 2440 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738056) 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)
|
| 2453 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738409) 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)
|
| 2463 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738482) 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)
|
| 2464 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738483) 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)
|
| 2465 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738484) 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)
|
| 2484 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738917) 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)
|
| 2516 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739319) 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)
|
| 2518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739321) 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)
|
| 2519 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739322) 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)
|
| 2525 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739394) 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)
|
| 2556 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739739) 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)
|
| 2559 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739742) 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)
|
| 2560 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739743) 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)
|
| 2564 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739843) 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)
|
| 2566 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739845) 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)
|
| 2579 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740002) 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)
|
| 2584 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740028) 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)
|
| 2595 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740063) 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)
|
| 2613 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740254) 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)
|
| 2627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740550) 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)
|
| 2632 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740609) 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)
|
| 2655 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740757) 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)
|
| 2656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740788) 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)
|
| 2668 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740834) 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)
|
| 2747 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741866) 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)
|
| 2761 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742121) 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)
|
| 2813 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742549) 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)
|
| 2814 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742550) 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)
|
| 2821 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742653) 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)
|
| 2895 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744196) 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)
|
| 3374 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753015) 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)
|
| 3376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753017) 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)
|
| 3378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753054) 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)
|
| 3382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753058) 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)
|
| 4480 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759596) 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)
|
| 4504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766040) 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)
|
| 4916 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727012) 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)
|
| 5196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 734149) 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)
|
| 5256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740844) 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)
|
| 5354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 753873) 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)
|
| 5395 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767414) 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)
|
| 5420 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767696) 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)
|
| 5429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793151) 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)
|
| 5436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793559) 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)
|
| 5482 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799431) 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)
|
| 5489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799679) 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)
|
| 5491 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799683) 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)
|
| 5513 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799769) 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)
|
| 5556 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855335) 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)
|
| 5565 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855371) 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)
|
| 5567 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855375) 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)
|
| 5575 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 860097) 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)
|
| 5622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 872621) 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)
|
| 5751 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 765980) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 733042) 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)
|
| 2402 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734501) 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)
|
| 2410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 735203) 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)
|
| 2416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 735306) 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)
|
| 2417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 735469) 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)
|
| 2446 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738156) 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)
|
| 2449 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738242) 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)
|
| 2450 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738243) 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)
|
| 2455 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738411) 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)
|
| 2460 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738416) 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)
|
| 2483 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738828) 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)
|
| 2485 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738918) 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)
|
| 2486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738919) 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)
|
| 2492 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738925) 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)
|
| 2498 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739122) 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)
|
| 2504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739181) 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)
|
| 2530 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739430) 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)
|
| 2535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739484) 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)
|
| 2562 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739841) 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)
|
| 2576 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739961) 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)
|
| 2592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740060) 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)
|
| 2624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740547) 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)
|
| 2628 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740551) 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)
|
| 2631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740554) 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)
|
| 2633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740610) 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)
|
| 2662 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740822) 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)
|
| 2664 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740824) 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)
|
| 2681 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741013) 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)
|
| 2740 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741781) 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)
|
| 2783 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742314) 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)
|
| 2812 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742548) 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)
|
| 2847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742923) 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)
|
| 2879 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744086) 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)
|
| 2915 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744277) 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)
|
| 3380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753056) 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)
|
| 3449 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754300) 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)
|
| 3517 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767461) 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)
|
| 3827 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858721) 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)
|
| 4872 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726182) 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)
|
| 4888 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726295) 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)
|
| 5295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741793) 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)
|
| 5317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742589) 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)
|
| 5443 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794237) 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)
|
| 5494 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799703) 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)
|
| 5506 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799741) 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)
|
| 5522 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 801517) 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)
|
| 5561 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855345) 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)
|
| 5563 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855367) 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)
|
| 5564 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855369) 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)
|
| 5850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 765979) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751279) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2404 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734808) 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)
|
| 2414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 735304) 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)
|
| 2441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738057) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2458 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738414) 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)
|
| 2466 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738605) 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)
|
| 2479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738824) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738922) 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)
|
| 2550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739665) 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)
|
| 2557 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739740) 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)
|
| 2567 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739888) 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)
|
| 2568 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739889) 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)
|
| 2577 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739962) 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)
|
| 2582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740005) 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)
|
| 2585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740029) 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)
|
| 2586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740030) 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)
|
| 2594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740062) 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)
|
| 2597 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740065) 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)
|
| 2634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740611) 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)
|
| 2638 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740627) 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)
|
| 2639 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740628) 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)
|
| 2679 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741011) 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)
|
| 2684 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741016) 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)
|
| 2725 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741579) 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)
|
| 2746 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741865) 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)
|
| 2758 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742067) 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)
|
| 3377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753053) 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)
|
| 4478 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759398) 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)
|
| 4487 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 760033) 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)
|
| 4919 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727015) 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)
|
| 5257 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740845) 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)
|
| 5373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 765857) 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)
|
| 5423 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767699) 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)
|
| 5458 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794277) 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)
|
| 5478 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 798509) 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)
|
| 5497 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799709) 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)
|
| 5500 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799729) 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)
|
| 5738 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 765818) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734807) 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)
|
| 2405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734809) 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)
|
| 2413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 735303) 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)
|
| 2415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 735305) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 735999) 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)
|
| 2422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 736003) 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)
|
| 2432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 737311) 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)
|
| 2439 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738055) 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)
|
| 2447 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738240) 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)
|
| 2451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738244) 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)
|
| 2452 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738368) 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)
|
| 2454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738410) 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)
|
| 2456 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738412) 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)
|
| 2471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738610) 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)
|
| 2476 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738735) 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)
|
| 2477 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738736) 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)
|
| 2481 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738826) 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)
|
| 2506 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739183) 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)
|
| 2517 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739320) 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)
|
| 2522 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739349) 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)
|
| 2523 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739350) 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)
|
| 2527 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739396) 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)
|
| 2528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739397) 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)
|
| 2532 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739432) 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)
|
| 2537 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739486) 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)
|
| 2561 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739744) 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)
|
| 2578 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740001) 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)
|
| 2580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740003) 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)
|
| 2581 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740004) 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)
|
| 2588 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740032) 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)
|
| 2599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740166) 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)
|
| 2629 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740552) 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)
|
| 2630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740553) 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)
|
| 2636 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740613) 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)
|
| 2644 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740665) 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)
|
| 2651 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740672) 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)
|
| 2652 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740754) 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)
|
| 2661 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740793) 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)
|
| 2666 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740826) 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)
|
| 2674 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740903) 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)
|
| 2680 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741012) 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)
|
| 2682 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741014) 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)
|
| 2685 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741017) 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)
|
| 2686 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741090) 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)
|
| 2687 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741091) 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)
|
| 2691 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741095) 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)
|
| 2748 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741867) 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)
|
| 2786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742317) 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)
|
| 2791 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742386) 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)
|
| 2796 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742452) 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)
|
| 2880 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744087) 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)
|
| 3909 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859547) 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)
|
| 4008 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863807) 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)
|
| 4488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 765527) 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)
|
| 4496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 765891) 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)
|
| 4500 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766036) 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)
|
| 4865 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726040) 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)
|
| 4910 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726761) 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)
|
| 5347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751816) 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)
|
| 5404 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767476) 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)
|
| 5418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767662) 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)
|
| 5424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 769236) 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)
|
| 5426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793145) 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)
|
| 5432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793157) 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)
|
| 5477 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 798507) 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)
|
| 5481 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799429) 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)
|
| 5492 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799685) 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)
|
| 5510 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799763) 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)
|
| 5512 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799767) 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)
|
| 5516 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 801491) 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)
|
| 5519 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 801497) 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)
|
| 5520 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 801499) 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)
|
| 5560 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855343) 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)
|
| 5707 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729568) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729569) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5709 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729570) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5713 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729574) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5719 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729580) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5730 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729591) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5731 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729592) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5861 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 735204) 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)
|
| 2475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738734) 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)
|
| 2784 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742315) 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)
|
| 2797 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742453) 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)
|
| 2822 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742654) 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)
|
| 5396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767415) 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)
|
| 5415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767659) 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)
|
| 5714 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729575) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5717 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729578) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5734 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 765814) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5735 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 765815) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734810) 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)
|
| 2407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 735200) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 735302) 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)
|
| 2419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 736000) 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)
|
| 2421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 736002) 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)
|
| 2442 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738152) 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)
|
| 2448 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738241) 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)
|
| 2459 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738415) 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)
|
| 2467 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738606) 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)
|
| 2468 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738607) 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)
|
| 2469 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738608) 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)
|
| 2473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738732) 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)
|
| 2474 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738733) 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)
|
| 2478 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738823) 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)
|
| 2487 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738920) 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)
|
| 2490 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738923) 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)
|
| 2491 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738924) 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)
|
| 2502 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739126) 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)
|
| 2505 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739182) 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)
|
| 2513 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739260) 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)
|
| 2521 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739348) 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)
|
| 2524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739351) 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)
|
| 2531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739431) 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)
|
| 2572 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739931) 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)
|
| 2590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740034) 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)
|
| 2593 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740061) 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)
|
| 2596 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740064) 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)
|
| 2598 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740066) 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)
|
| 2600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740167) 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)
|
| 2602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740169) 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)
|
| 2606 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740205) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740356) 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)
|
| 2620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740481) 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)
|
| 2635 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740612) 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)
|
| 2647 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740668) 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)
|
| 2649 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740670) 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)
|
| 2650 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740671) 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)
|
| 2653 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740755) 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)
|
| 2659 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740791) 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)
|
| 2670 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740836) 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)
|
| 2671 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740837) 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)
|
| 2672 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740901) 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)
|
| 2673 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740902) 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)
|
| 2676 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740905) 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)
|
| 2677 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741009) 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)
|
| 2678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741010) 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)
|
| 2690 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741094) 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)
|
| 2692 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741096) 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)
|
| 2749 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741928) 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)
|
| 2750 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741929) 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)
|
| 2785 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742316) 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)
|
| 2787 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742318) 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)
|
| 2788 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742319) 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)
|
| 2790 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742385) 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)
|
| 2792 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742387) 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)
|
| 2793 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742388) 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)
|
| 2794 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742389) 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)
|
| 2795 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742390) 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)
|
| 2805 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742503) 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)
|
| 2810 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742546) 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)
|
| 2816 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742576) 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)
|
| 2818 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742578) 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)
|
| 2823 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742678) 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)
|
| 3373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753014) 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)
|
| 3375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753016) 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)
|
| 3383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753181) 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)
|
| 3473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754969) 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)
|
| 3562 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 794283) 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)
|
| 3783 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857891) 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)
|
| 3914 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859607) 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)
|
| 4483 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759599) 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)
|
| 4864 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726039) 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)
|
| 4878 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726208) 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)
|
| 4907 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726758) 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)
|
| 4908 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726759) 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)
|
| 4918 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727014) 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)
|
| 5209 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739031) 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)
|
| 5216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739192) 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)
|
| 5217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739193) 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)
|
| 5252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740569) 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)
|
| 5254 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740571) 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)
|
| 5258 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740846) 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)
|
| 5281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741470) 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)
|
| 5348 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751817) 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)
|
| 5362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 765615) 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)
|
| 5401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767473) 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)
|
| 5402 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767474) 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)
|
| 5416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767660) 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)
|
| 5421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767697) 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)
|
| 5435 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793557) 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)
|
| 5442 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794235) 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)
|
| 5462 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 795361) 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)
|
| 5472 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 797637) 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)
|
| 5484 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799435) 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)
|
| 5488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799677) 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)
|
| 5495 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799705) 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)
|
| 5511 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799765) 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)
|
| 5515 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 801489) 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)
|
| 5523 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 801519) 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)
|
| 5555 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855221) 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)
|
| 5710 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729571) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5715 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729576) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5716 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729577) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5718 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729579) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5722 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729583) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5725 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729586) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5727 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729588) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5737 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 765817) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 1434 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716047) 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)
|
| 2306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731304) 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)
|
| 2340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732027) 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)
|
| 2370 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732441) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 735201) 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)
|
| 2420 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 736001) 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)
|
| 2426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 736952) 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)
|
| 2430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 737309) 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)
|
| 2457 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738413) 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)
|
| 2470 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738609) 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)
|
| 2482 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738827) 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)
|
| 2499 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739123) 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)
|
| 2508 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739255) 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)
|
| 2514 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739261) 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)
|
| 2529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739429) 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)
|
| 2541 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739532) 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)
|
| 2546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739619) 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)
|
| 2574 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739933) 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)
|
| 2575 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739959) 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)
|
| 2601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740168) 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)
|
| 2609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740250) 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)
|
| 2610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740251) 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)
|
| 2612 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740253) 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)
|
| 2654 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740756) 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)
|
| 2720 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741455) 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)
|
| 2722 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741457) 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)
|
| 2723 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741577) 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)
|
| 2742 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741861) 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)
|
| 2751 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741930) 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)
|
| 2757 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742066) 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)
|
| 2760 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742120) 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)
|
| 2799 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742455) 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)
|
| 2803 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742501) 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)
|
| 2806 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742522) 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)
|
| 2807 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742523) 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)
|
| 2809 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742525) 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)
|
| 2881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744098) 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)
|
| 3472 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754944) 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)
|
| 3650 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798869) 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)
|
| 4503 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766039) 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)
|
| 4911 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726762) 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)
|
| 5173 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732972) 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)
|
| 5177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733019) 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)
|
| 5184 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733054) 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)
|
| 5185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733055) 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)
|
| 5229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739442) 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)
|
| 5234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739447) 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)
|
| 5245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739967) 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)
|
| 5398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767417) 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)
|
| 5400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767472) 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)
|
| 5403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767475) 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)
|
| 5422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767698) 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)
|
| 5431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793155) 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)
|
| 5438 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793563) 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)
|
| 5440 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793567) 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)
|
| 5441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794233) 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)
|
| 5457 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794275) 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)
|
| 5466 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 796377) 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)
|
| 5476 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 798505) 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)
|
| 5496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799707) 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)
|
| 5499 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799713) 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)
|
| 5502 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799733) 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)
|
| 5507 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799757) 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)
|
| 5509 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799761) 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)
|
| 5518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 801495) 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)
|
| 5521 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 801515) 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)
|
| 5527 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 801527) 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)
|
| 5733 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 756407) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5736 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 765816) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2570 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739891) 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)
|
| 2789 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742384) 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)
|
| 4502 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766038) 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)
|
| 2243 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730080) 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)
|
| 2252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730200) 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)
|
| 2338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731971) 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)
|
| 2424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 736950) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2472 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 738611) 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)
|
| 2509 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739256) 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)
|
| 2510 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739257) 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)
|
| 2511 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739258) 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)
|
| 2512 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739259) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739621) 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)
|
| 2665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740825) 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)
|
| 2752 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741931) 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)
|
| 2756 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742065) 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)
|
| 2804 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742502) 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)
|
| 3585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796059) 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)
|
| 3780 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857885) 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)
|
| 3784 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857893) 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)
|
| 4111 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869565) 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)
|
| 4156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870451) 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)
|
| 4479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759399) 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)
|
| 4481 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759597) 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)
|
| 4875 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726185) 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)
|
| 4886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726293) 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)
|
| 4923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727346) 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)
|
| 5192 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733733) 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)
|
| 5374 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 765885) 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)
|
| 5434 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793161) 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)
|
| 5471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 797571) 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)
|
| 5504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799737) 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)
|
| 5720 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729581) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5849 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751542) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2423 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 736949) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739023) 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)
|
| 2536 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739485) 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)
|
| 2540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739531) 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)
|
| 2611 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740252) 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)
|
| 2617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740358) 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)
|
| 2802 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742500) 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)
|
| 2811 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742547) 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)
|
| 3806 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858571) 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)
|
| 3852 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859007) 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)
|
| 3870 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859193) 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)
|
| 4889 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726296) 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)
|
| 5237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739853) 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)
|
| 5263 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740913) 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)
|
| 5357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 753876) 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)
|
| 5425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793033) 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)
|
| 5463 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 795381) 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)
|
| 1405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715775) 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)
|
| 1435 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716048) 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)
|
| 1878 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722189) 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)
|
| 2354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732195) 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)
|
| 2425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 736951) 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)
|
| 2603 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740170) 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)
|
| 2607 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740206) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2727 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741581) 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)
|
| 2729 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741583) 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)
|
| 2741 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741782) 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)
|
| 2743 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741862) 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)
|
| 2744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741863) 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)
|
| 2745 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741864) 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)
|
| 2759 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742119) 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)
|
| 2798 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742454) 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)
|
| 2801 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742499) 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)
|
| 3816 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858669) 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)
|
| 3831 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858729) 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)
|
| 3881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859291) 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)
|
| 3936 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859917) 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)
|
| 3959 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860187) 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)
|
| 3985 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 861167) 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)
|
| 4099 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869453) 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)
|
| 4122 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869797) 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)
|
| 4126 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869805) 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)
|
| 4347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 890911) 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)
|
| 4405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758119) 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)
|
| 4482 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759598) 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)
|
| 4486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759894) 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)
|
| 5197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 738491) 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)
|
| 5205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 738745) 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)
|
| 5316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742588) 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)
|
| 5473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 797639) 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)
|
| 5490 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799681) 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)
|
| 5514 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 801487) 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)
|
| 5517 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 801493) 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)
|
| 5852 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 765981) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5860 |
SELECT SQL_NO_CACHE out_of_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5877 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751280) 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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 1728 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720094) 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)
|
| 2341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732028) 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)
|
| 2428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 737307) 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)
|
| 2497 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739024) 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)
|
| 2547 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739620) 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)
|
| 2571 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739930) 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)
|
| 2616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740357) 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)
|
| 2663 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740823) 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)
|
| 2724 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741578) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2726 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741580) 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)
|
| 2731 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741737) 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)
|
| 2753 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741932) 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)
|
| 2905 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 744220) 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)
|
| 3463 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754752) 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)
|
| 3630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797411) 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)
|
| 3795 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858445) 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)
|
| 3828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858723) 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)
|
| 4069 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869021) 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)
|
| 4485 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759601) 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)
|
| 4489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 765584) 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)
|
| 4499 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766035) 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)
|
| 4893 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726337) 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)
|
| 4924 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727347) 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)
|
| 5163 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732871) 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)
|
| 5183 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733053) 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)
|
| 5276 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741465) 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)
|
| 5318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742590) 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)
|
| 5363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 765616) 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)
|
| 5419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767695) 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)
|
| 5456 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 794273) 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)
|
| 5483 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799433) 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)
|
| 5493 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799701) 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)
|
| 5498 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799711) 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)
|
| 5552 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855215) 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)
|
| 5739 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "productcomments" LIMIT 1 |
0.152
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 2314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731468) 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)
|
| 2331 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731891) 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)
|
| 2353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732194) 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)
|
| 2357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732238) 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)
|
| 2738 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741779) 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)
|
| 2815 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742575) 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)
|
| 3405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753589) 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)
|
| 3642 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798491) 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)
|
| 3675 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 800131) 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)
|
| 3719 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854291) 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)
|
| 3853 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859009) 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)
|
| 4125 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869803) 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)
|
| 4197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870843) 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)
|
| 4490 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 765594) 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)
|
| 4491 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 765595) 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)
|
| 4492 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 765698) 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)
|
| 4493 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 765702) 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)
|
| 5321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742786) 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)
|
| 5355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 753874) 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)
|
| 5381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767241) 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)
|
| 5474 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 797697) 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)
|
| 5475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 798503) 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)
|
| 5524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 801521) 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)
|
| 1884 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722237) 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)
|
| 2259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730258) 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)
|
| 2397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 734357) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739125) 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)
|
| 2604 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740203) 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)
|
| 2754 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742063) 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)
|
| 2762 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742122) 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)
|
| 3412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753764) 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)
|
| 3685 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 852127) 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)
|
| 3805 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858569) 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)
|
| 3814 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858665) 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)
|
| 3851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858859) 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)
|
| 3962 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860477) 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)
|
| 4196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870841) 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)
|
| 4351 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729587) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
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)
|
| 4484 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759600) 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)
|
| 4871 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726046) 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)
|
| 4892 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726336) 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)
|
| 5218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739194) 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)
|
| 5238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739854) 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)
|
| 5239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739855) 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)
|
| 5240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739856) 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)
|
| 5261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740849) 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)
|
| 5296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741794) 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)
|
| 5309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742464) 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)
|
| 5322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742787) 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)
|
| 5333 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751533) 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)
|
| 5344 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751813) 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)
|
| 5349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 752430) 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)
|
| 5375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 765887) 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)
|
| 5376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 765980) 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)
|
| 5379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767239) 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)
|
| 5430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793153) 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)
|
| 5487 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799675) 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)
|
| 5501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799731) 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)
|
| 5508 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799759) 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)
|
| 5635 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 890931) 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)
|
| 158 |
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` = 5
WHERE (a.`id_product_attribute` = 729564) LIMIT 1 |
0.150
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)
|
| 1802 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721036) 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)
|
| 2375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732752) 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)
|
| 2608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740207) 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)
|
| 2819 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742579) 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)
|
| 3744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854647) 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)
|
| 4876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726186) 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)
|
| 5251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740568) 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)
|
| 5313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742468) 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)
|
| 5329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 750175) 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)
|
| 5331 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751205) 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)
|
| 5365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 765618) 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)
|
| 1665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719191) 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)
|
| 2221 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729678) 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)
|
| 2329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731696) 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)
|
| 2330 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731890) 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)
|
| 2349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732106) 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)
|
| 2350 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732107) 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)
|
| 2351 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732108) 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)
|
| 2352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732193) 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)
|
| 2358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732239) 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)
|
| 2359 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732240) 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)
|
| 2371 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732748) 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)
|
| 2376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732854) 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)
|
| 2384 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 733174) 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)
|
| 2500 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739124) 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)
|
| 2646 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740667) 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)
|
| 2732 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741738) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2733 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741739) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2735 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741741) 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)
|
| 2755 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742064) 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)
|
| 2824 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742679) 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)
|
| 3652 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798873) 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)
|
| 3811 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858659) 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)
|
| 3815 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858667) 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)
|
| 3830 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858727) 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)
|
| 3850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858857) 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)
|
| 3882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859293) 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)
|
| 3991 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863653) 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)
|
| 4050 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868557) 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)
|
| 4095 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869405) 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)
|
| 4112 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869567) 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)
|
| 4352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729577) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
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)
|
| 4877 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726207) 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)
|
| 4891 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 726335) 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)
|
| 5174 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732973) 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)
|
| 5186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733056) 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)
|
| 5210 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739032) 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)
|
| 5219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739195) 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)
|
| 5225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739274) 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)
|
| 5241 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739857) 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)
|
| 5259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740847) 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)
|
| 5262 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740912) 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)
|
| 5265 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740915) 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)
|
| 5266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740916) 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)
|
| 5277 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741466) 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)
|
| 5283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741592) 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)
|
| 5285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741594) 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)
|
| 5297 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741939) 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)
|
| 5307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742078) 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)
|
| 5308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742463) 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)
|
| 5319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742591) 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)
|
| 5325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742790) 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)
|
| 5326 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 750172) 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)
|
| 5337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751537) 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)
|
| 5345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751814) 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)
|
| 5358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 753877) 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)
|
| 5359 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 754721) 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)
|
| 5361 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 754838) 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)
|
| 5368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 765748) 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)
|
| 5378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767238) 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)
|
| 5380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767240) 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)
|
| 5382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767242) 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)
|
| 5385 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767294) 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)
|
| 5386 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767295) 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)
|
| 5433 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793159) 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)
|
| 5437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 793561) 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)
|
| 5480 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799427) 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)
|
| 5630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 872693) 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)
|
| 5634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 890929) 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)
|
| 5637 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 890935) 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)
|
| 219 |
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` = 5
WHERE (a.`id_product_attribute` = 751276) LIMIT 1 |
0.149
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)
|
| 575 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574883) 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)
|
| 1438 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716127) 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)
|
| 1448 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716329) 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)
|
| 2239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730024) 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)
|
| 2315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731469) 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)
|
| 2325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731584) 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)
|
| 2355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732196) 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)
|
| 2356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732237) 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)
|
| 2366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732437) 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)
|
| 2372 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732749) 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)
|
| 2373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732750) 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)
|
| 2377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732855) 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)
|
| 2378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732856) 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)
|
| 2544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739535) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739932) 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)
|
| 2645 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 740666) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2693 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741256) 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)
|
| 2734 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741740) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753855) 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)
|
| 3465 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754754) 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)
|
| 3495 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766933) 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)
|
| 3497 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767117) 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)
|
| 3529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767851) 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)
|
| 3533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 768935) 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)
|
| 3553 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 793541) 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)
|
| 3564 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 794287) 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)
|
| 3588 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796065) 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)
|
| 3654 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798941) 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)
|
| 3664 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 799119) 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)
|
| 3692 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853621) 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)
|
| 3693 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853623) 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)
|
| 3695 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853627) 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)
|
| 3726 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854317) 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)
|
| 3760 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857425) 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)
|
| 3782 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857889) 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)
|
| 3785 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858003) 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)
|
| 3798 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858499) 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)
|
| 3834 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858751) 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)
|
| 3864 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859153) 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)
|
| 3916 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859611) 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)
|
| 3964 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860481) 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)
|
| 3980 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 861043) 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)
|
| 3999 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863681) 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)
|
| 4002 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863743) 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)
|
| 4030 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868299) 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)
|
| 4047 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868551) 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)
|
| 4051 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868559) 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)
|
| 4097 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869449) 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)
|
| 4104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869495) 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)
|
| 4353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 765814) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
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)
|
| 4355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 755693) 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)
|
| 4372 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757007) 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)
|
| 4394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757659) 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)
|
| 4408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758122) 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)
|
| 4991 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729105) 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)
|
| 5169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732946) 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)
|
| 5178 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733020) 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)
|
| 5179 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733021) 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)
|
| 5193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733734) 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)
|
| 5194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733870) 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)
|
| 5206 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 738746) 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)
|
| 5213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739035) 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)
|
| 5220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739196) 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)
|
| 5221 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739270) 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)
|
| 5227 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739276) 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)
|
| 5235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739448) 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)
|
| 5246 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739968) 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)
|
| 5249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740566) 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)
|
| 5260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740848) 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)
|
| 5264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740914) 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)
|
| 5268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741105) 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)
|
| 5269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741106) 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)
|
| 5273 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741110) 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)
|
| 5279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741468) 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)
|
| 5282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741471) 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)
|
| 5289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741598) 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)
|
| 5293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741791) 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)
|
| 5298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741940) 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)
|
| 5299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741941) 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)
|
| 5301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741943) 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)
|
| 5310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742465) 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)
|
| 5311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742466) 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)
|
| 5323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742788) 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)
|
| 5328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 750174) 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)
|
| 5330 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 750176) 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)
|
| 5336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751536) 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)
|
| 5346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751815) 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)
|
| 5360 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 754722) 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)
|
| 5364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 765617) 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)
|
| 5366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 765619) 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)
|
| 5377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767237) 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)
|
| 5384 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767244) 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)
|
| 5387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767296) 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)
|
| 5464 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 795383) 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)
|
| 5469 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 797165) 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)
|
| 5486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 799673) 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)
|
| 5631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 874361) 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)
|
| 5632 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 874363) 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)
|
| 5636 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 890933) 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)
|
| 5743 |
SELECT SQL_NO_CACHE *
FROM `pre4836_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.149
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 5835 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 601203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_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_textilefrancelayouts_layout_full_width_tpl/b1/8c/11/b18c11f558175384403a5a4df7650b8113c35d33_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929e6e20_15747341)
/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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/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_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 3622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797161) 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)
|
| 4133 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870179) 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)
|
| 5383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 767243) 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)
|
| 198 |
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` = 5
WHERE (a.`id_product_attribute` = 751532) LIMIT 1 |
0.148
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)
|
| 897 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707752) 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)
|
| 2347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732104) 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)
|
| 2368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732439) 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)
|
| 2369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732440) 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)
|
| 2379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732857) 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)
|
| 2538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739487) 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)
|
| 3425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753852) 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)
|
| 3496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767116) 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)
|
| 3540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 792903) 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)
|
| 3589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796067) 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)
|
| 3599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796411) 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)
|
| 3618 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797031) 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)
|
| 3666 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 799919) 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)
|
| 3686 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 852145) 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)
|
| 3708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854151) 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)
|
| 3786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858005) 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)
|
| 3807 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858573) 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)
|
| 3832 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858731) 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)
|
| 3846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858849) 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)
|
| 3847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858851) 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)
|
| 3863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859151) 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)
|
| 3875 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859243) 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)
|
| 3883 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859295) 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)
|
| 3884 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859339) 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)
|
| 3903 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859525) 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)
|
| 3904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859527) 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)
|
| 3937 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859951) 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)
|
| 3997 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863677) 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)
|
| 4019 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863919) 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)
|
| 4038 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868451) 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)
|
| 4068 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868821) 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)
|
| 4086 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869355) 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)
|
| 4110 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869563) 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)
|
| 4113 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869569) 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)
|
| 4129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869897) 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)
|
| 5165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732873) 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)
|
| 5168 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732945) 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)
|
| 5171 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732948) 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)
|
| 5172 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732971) 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)
|
| 5175 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732974) 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)
|
| 5187 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733151) 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)
|
| 5189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733665) 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)
|
| 5195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733933) 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)
|
| 5202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 738496) 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)
|
| 5203 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 738743) 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)
|
| 5207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 738747) 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)
|
| 5208 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 738748) 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)
|
| 5215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739191) 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)
|
| 5222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739271) 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)
|
| 5224 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739273) 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)
|
| 5226 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739275) 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)
|
| 5242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739964) 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)
|
| 5243 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739965) 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)
|
| 5244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739966) 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)
|
| 5247 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740564) 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)
|
| 5250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740567) 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)
|
| 5267 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740917) 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)
|
| 5270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741107) 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)
|
| 5271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741108) 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)
|
| 5272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741109) 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)
|
| 5274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741111) 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)
|
| 5278 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741467) 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)
|
| 5280 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741469) 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)
|
| 5284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741593) 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)
|
| 5288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741597) 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)
|
| 5291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741789) 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)
|
| 5292 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741790) 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)
|
| 5294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741792) 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)
|
| 5303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742074) 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)
|
| 5324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742789) 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)
|
| 5327 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 750173) 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)
|
| 5351 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 753870) 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)
|
| 5352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 753871) 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)
|
| 5367 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 765620) 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)
|
| 5470 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 797445) 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)
|
| 5633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 890927) 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)
|
| 2312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731411) 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)
|
| 2313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731412) 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)
|
| 2332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731892) 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)
|
| 2339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732026) 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)
|
| 3386 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753184) 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)
|
| 3509 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767389) 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)
|
| 3563 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 794285) 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)
|
| 3607 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796491) 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)
|
| 3653 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798875) 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)
|
| 3839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858761) 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)
|
| 3996 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863675) 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)
|
| 4037 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868419) 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)
|
| 4054 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868565) 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)
|
| 4055 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868567) 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)
|
| 4100 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869455) 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)
|
| 4108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869559) 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)
|
| 4158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870455) 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)
|
| 5180 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733022) 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)
|
| 5188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733463) 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)
|
| 5190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 733667) 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)
|
| 5199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 738493) 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)
|
| 5200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 738494) 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)
|
| 5201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 738495) 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)
|
| 5214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739036) 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)
|
| 5248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 740565) 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)
|
| 5300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741942) 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)
|
| 5312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742467) 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)
|
| 5320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 742785) 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)
|
| 5350 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 753869) 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)
|
| 2081 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726119) 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)
|
| 2307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731305) 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)
|
| 2316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731470) 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)
|
| 2317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731471) 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)
|
| 2334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731967) 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)
|
| 2344 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732056) 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)
|
| 2360 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732241) 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)
|
| 2361 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732242) 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)
|
| 2552 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739667) 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)
|
| 2736 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741742) 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)
|
| 3431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753858) 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)
|
| 3433 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753899) 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)
|
| 3593 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796327) 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)
|
| 3598 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796409) 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)
|
| 3613 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796527) 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)
|
| 3663 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 799063) 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)
|
| 3665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 799157) 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)
|
| 3710 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854155) 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)
|
| 3727 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854319) 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)
|
| 3746 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854789) 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)
|
| 3759 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857423) 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)
|
| 3771 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857807) 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)
|
| 3773 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857811) 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)
|
| 3775 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857815) 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)
|
| 3790 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858013) 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)
|
| 3791 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858437) 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)
|
| 3817 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858671) 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)
|
| 3818 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858689) 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)
|
| 3819 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858691) 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)
|
| 3823 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858699) 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)
|
| 3840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858781) 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)
|
| 3841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858783) 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)
|
| 3842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858785) 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)
|
| 3854 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859011) 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)
|
| 3865 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859183) 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)
|
| 3869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859191) 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)
|
| 3874 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859241) 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)
|
| 3877 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859283) 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)
|
| 3879 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859287) 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 = 3574) AND (id_product_attribute = 859289) 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)
|
| 3887 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859345) 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)
|
| 3933 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859911) 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)
|
| 3935 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859915) 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)
|
| 3960 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860473) 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)
|
| 3981 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 861045) 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)
|
| 4003 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863745) 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)
|
| 4014 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863869) 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)
|
| 4020 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863921) 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)
|
| 4025 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868197) 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)
|
| 4043 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868501) 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)
|
| 4048 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868553) 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)
|
| 4049 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868555) 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)
|
| 4081 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869235) 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)
|
| 4092 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869399) 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)
|
| 4101 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869457) 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)
|
| 4102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869459) 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)
|
| 4109 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869561) 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)
|
| 4130 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869991) 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)
|
| 4498 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766034) 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)
|
| 5166 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732943) 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)
|
| 5167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732944) 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)
|
| 5170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732947) 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)
|
| 5198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 738492) 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)
|
| 5204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 738744) 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)
|
| 5223 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739272) 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)
|
| 5287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741596) 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)
|
| 5290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741599) 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)
|
| 5302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741944) 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)
|
| 148 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pre4836_pack` WHERE id_product_pack = 3574 LIMIT 1 |
0.147
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)
|
| 1539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717313) 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)
|
| 2333 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731893) 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)
|
| 2363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732434) 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)
|
| 2374 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732751) 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)
|
| 2429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 737308) 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)
|
| 2707 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741366) 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)
|
| 3391 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753208) 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)
|
| 3493 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766931) 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)
|
| 3510 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767390) 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)
|
| 3591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796071) 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)
|
| 3597 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796407) 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)
|
| 3687 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 852159) 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)
|
| 3743 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854645) 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)
|
| 3750 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854797) 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)
|
| 3788 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858009) 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)
|
| 3789 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858011) 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)
|
| 3793 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858441) 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)
|
| 3810 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858657) 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)
|
| 3820 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858693) 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)
|
| 3822 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858697) 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)
|
| 3836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858755) 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)
|
| 3848 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858853) 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)
|
| 3975 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860961) 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)
|
| 4039 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868483) 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)
|
| 4052 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868561) 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)
|
| 4105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869497) 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)
|
| 4123 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869799) 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)
|
| 4515 |
SELECT SQL_NO_CACHE name, alias FROM `pre4836_hook_alias` |
0.147
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)
|
| 4535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 601203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732872) 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)
|
| 5211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739033) 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)
|
| 5286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 741595) 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)
|
| 5332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751447) 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)
|
| 147 |
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.146
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)
|
| 2327 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731694) 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)
|
| 2335 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731968) 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)
|
| 2343 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732055) 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)
|
| 2380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 733039) 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)
|
| 2381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 733040) 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)
|
| 2706 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741365) 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)
|
| 3392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753209) 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)
|
| 3403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753587) 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)
|
| 3447 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754298) 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)
|
| 3450 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754301) 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)
|
| 3487 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766716) 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)
|
| 3554 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 793543) 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)
|
| 3594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796329) 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)
|
| 3611 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796523) 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)
|
| 3614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796529) 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)
|
| 3624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797301) 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)
|
| 3628 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797379) 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)
|
| 3660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798969) 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)
|
| 3677 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 801047) 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)
|
| 3689 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853615) 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)
|
| 3696 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853629) 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)
|
| 3714 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854233) 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)
|
| 3723 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854311) 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)
|
| 3735 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854359) 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)
|
| 3763 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857431) 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)
|
| 3797 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858497) 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)
|
| 3803 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858565) 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)
|
| 3808 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858575) 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)
|
| 3825 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858717) 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)
|
| 3843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858787) 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)
|
| 3855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859013) 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)
|
| 3876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859245) 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)
|
| 3889 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859405) 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)
|
| 3891 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859409) 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)
|
| 3899 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859499) 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)
|
| 4018 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863917) 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)
|
| 4035 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868337) 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)
|
| 4078 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869229) 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)
|
| 4106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869499) 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)
|
| 4121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869711) 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)
|
| 178 |
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` = 5
WHERE (a.`id_product_attribute` = 730058) LIMIT 1 |
0.146
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)
|
| 244 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pre4836_product_attribute`
WHERE `id_product` = 3574 |
0.146
ms
|
39 |
|
|
/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)
|
| 1605 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718065) 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)
|
| 2321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731545) 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)
|
| 2323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731582) 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)
|
| 2328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731695) 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)
|
| 2342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732029) 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)
|
| 2737 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741778) 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)
|
| 2808 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742524) 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)
|
| 3427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753854) 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)
|
| 3446 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754297) 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)
|
| 3452 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754366) 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)
|
| 3454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754368) 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)
|
| 3484 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766713) 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)
|
| 3490 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766928) 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)
|
| 3590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796069) 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)
|
| 3592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796325) 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)
|
| 3626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797365) 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)
|
| 3681 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 801055) 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)
|
| 3682 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 801057) 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)
|
| 3690 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853617) 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)
|
| 3691 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853619) 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)
|
| 3694 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853625) 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)
|
| 3697 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853873) 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)
|
| 3703 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853885) 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)
|
| 3704 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854143) 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)
|
| 3705 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854145) 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)
|
| 3706 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854147) 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)
|
| 3707 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854149) 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)
|
| 3720 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854293) 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)
|
| 3722 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854297) 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)
|
| 3745 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854787) 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)
|
| 3768 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857609) 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)
|
| 3769 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857611) 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)
|
| 3787 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858007) 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)
|
| 3796 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858447) 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)
|
| 3802 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858507) 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)
|
| 3812 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858661) 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)
|
| 3813 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858663) 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)
|
| 3838 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858759) 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)
|
| 3856 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859015) 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)
|
| 3857 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859017) 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)
|
| 3858 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859141) 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)
|
| 3866 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859185) 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)
|
| 3886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859343) 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)
|
| 3888 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859403) 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)
|
| 3911 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859601) 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)
|
| 3912 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859603) 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)
|
| 3920 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859715) 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)
|
| 3942 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859963) 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)
|
| 3954 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860177) 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)
|
| 3966 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860923) 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)
|
| 3972 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860955) 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)
|
| 3998 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863679) 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)
|
| 4004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863747) 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)
|
| 4017 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863875) 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)
|
| 4036 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868387) 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)
|
| 4070 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869023) 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)
|
| 4088 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869359) 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)
|
| 4093 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869401) 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)
|
| 4096 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869447) 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)
|
| 4103 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869461) 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)
|
| 4107 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869501) 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)
|
| 4114 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869571) 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)
|
| 4115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869699) 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)
|
| 4117 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869703) 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)
|
| 4119 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869707) 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)
|
| 4124 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869801) 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)
|
| 4127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869807) 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)
|
| 4214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871643) 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)
|
| 4454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759019) 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)
|
| 4494 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 765713) 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)
|
| 5212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 739034) 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)
|
| 1425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715963) 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)
|
| 2308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731306) 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)
|
| 3397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753241) 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)
|
| 3406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753590) 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)
|
| 3408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753715) 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)
|
| 3504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767282) 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)
|
| 3505 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767283) 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)
|
| 3511 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767391) 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)
|
| 3524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767571) 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)
|
| 3530 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767907) 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)
|
| 3557 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 793683) 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)
|
| 3558 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 793685) 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)
|
| 3612 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796525) 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)
|
| 3625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797317) 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)
|
| 3640 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798487) 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)
|
| 3646 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798861) 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)
|
| 3655 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798959) 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)
|
| 3678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 801049) 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)
|
| 3725 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854315) 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)
|
| 3733 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854355) 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)
|
| 3738 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854635) 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)
|
| 3794 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858443) 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)
|
| 3804 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858567) 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)
|
| 3809 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858577) 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 = 3574) AND (id_product_attribute = 858695) 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)
|
| 3931 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859897) 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)
|
| 4072 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869091) 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)
|
| 4075 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869097) 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)
|
| 4079 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869231) 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)
|
| 4218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871687) 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)
|
| 440 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 557726) 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)
|
| 554 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 573172) 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)
|
| 1439 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716128) 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)
|
| 2220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729598) 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)
|
| 2311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731410) 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)
|
| 2322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731581) 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)
|
| 2345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732057) 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)
|
| 2362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732243) 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)
|
| 2364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732435) 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)
|
| 2365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732436) 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)
|
| 2382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 733041) 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)
|
| 3387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753185) 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)
|
| 3389 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753187) 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)
|
| 3400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753574) 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)
|
| 3407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753714) 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)
|
| 3416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753803) 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)
|
| 3420 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753807) 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)
|
| 3421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753833) 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)
|
| 3426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753853) 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)
|
| 3429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753856) 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)
|
| 3439 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754047) 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)
|
| 3455 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754369) 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)
|
| 3486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766715) 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)
|
| 3498 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767118) 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)
|
| 3499 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767119) 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)
|
| 3541 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 792905) 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)
|
| 3550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 793535) 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)
|
| 3555 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 793617) 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)
|
| 3560 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 794279) 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)
|
| 3561 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 794281) 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)
|
| 3570 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795533) 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)
|
| 3575 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795615) 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)
|
| 3577 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795673) 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)
|
| 3578 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795703) 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)
|
| 3604 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796485) 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)
|
| 3606 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796489) 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)
|
| 3608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796517) 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)
|
| 3609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796519) 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)
|
| 3616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796853) 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)
|
| 3621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797111) 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)
|
| 3623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797179) 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)
|
| 3631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797475) 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)
|
| 3634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797579) 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)
|
| 3635 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797751) 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)
|
| 3637 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798243) 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)
|
| 3662 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 799059) 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)
|
| 3672 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 800015) 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)
|
| 3676 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 800147) 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)
|
| 3699 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853877) 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)
|
| 3701 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853881) 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)
|
| 3712 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854229) 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)
|
| 3716 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854237) 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)
|
| 3730 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854349) 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)
|
| 3731 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854351) 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)
|
| 3737 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854363) 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)
|
| 3747 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854791) 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)
|
| 3748 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854793) 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)
|
| 3749 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854795) 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)
|
| 3751 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854799) 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)
|
| 3765 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857603) 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)
|
| 3767 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857607) 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)
|
| 3772 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857809) 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)
|
| 3774 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857813) 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)
|
| 3776 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857817) 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)
|
| 3781 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857887) 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)
|
| 3800 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858503) 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)
|
| 3824 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858701) 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)
|
| 3826 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858719) 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)
|
| 3829 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858725) 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)
|
| 3833 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858749) 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)
|
| 3845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858791) 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)
|
| 3860 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859145) 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)
|
| 3878 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859285) 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)
|
| 3901 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859521) 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)
|
| 3978 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 861039) 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)
|
| 3984 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 861165) 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)
|
| 3988 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863647) 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)
|
| 3990 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863651) 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)
|
| 4005 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863749) 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)
|
| 4013 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863867) 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)
|
| 4015 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863871) 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)
|
| 4016 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863873) 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)
|
| 4029 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868297) 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)
|
| 4031 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868301) 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)
|
| 4032 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868303) 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)
|
| 4040 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868495) 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)
|
| 4058 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868703) 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)
|
| 4071 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869089) 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)
|
| 4077 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869101) 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)
|
| 4083 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869349) 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)
|
| 4085 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869353) 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)
|
| 4089 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869361) 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)
|
| 4091 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869397) 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)
|
| 4118 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869705) 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)
|
| 4120 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869709) 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)
|
| 4128 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869809) 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)
|
| 4131 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870175) 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)
|
| 4132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870177) 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)
|
| 4176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870621) 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)
|
| 4183 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870649) 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)
|
| 4208 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871631) 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)
|
| 4514 |
SELECT SQL_NO_CACHE * FROM `pre4836_hook_module_exceptions`
WHERE `id_shop` IN (5) |
0.145
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)
|
| 5090 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730779) 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)
|
| 559 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574046) 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)
|
| 564 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574649) 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)
|
| 2301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731098) 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)
|
| 2318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731542) 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)
|
| 2319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731543) 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)
|
| 2324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731583) 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)
|
| 2337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731970) 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)
|
| 2542 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739533) 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)
|
| 3385 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753183) 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)
|
| 3395 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753212) 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)
|
| 3398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753242) 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)
|
| 3399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753243) 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)
|
| 3411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753763) 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)
|
| 3432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753859) 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)
|
| 3434 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753900) 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)
|
| 3440 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754048) 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)
|
| 3445 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754071) 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)
|
| 3462 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754751) 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)
|
| 3466 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754755) 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)
|
| 3481 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 755007) 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)
|
| 3482 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 755690) 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)
|
| 3489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766927) 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)
|
| 3501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767279) 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)
|
| 3507 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767285) 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)
|
| 3508 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767388) 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)
|
| 3513 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767393) 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)
|
| 3523 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767570) 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)
|
| 3526 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767573) 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)
|
| 3531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 768933) 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)
|
| 3532 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 768934) 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)
|
| 3537 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 792897) 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)
|
| 3543 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 792909) 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)
|
| 3545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 793043) 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)
|
| 3551 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 793537) 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)
|
| 3559 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 794183) 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)
|
| 3566 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795295) 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)
|
| 3567 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795357) 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)
|
| 3571 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795535) 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)
|
| 3573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795597) 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)
|
| 3579 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795705) 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)
|
| 3582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796003) 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)
|
| 3583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796005) 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)
|
| 3596 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796333) 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)
|
| 3601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796415) 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)
|
| 3602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796417) 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)
|
| 3603 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796419) 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)
|
| 3610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796521) 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)
|
| 3636 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798241) 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)
|
| 3639 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798485) 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)
|
| 3644 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798587) 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)
|
| 3649 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798867) 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)
|
| 3659 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798967) 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)
|
| 3667 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 799921) 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)
|
| 3668 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 799923) 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)
|
| 3671 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 800005) 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)
|
| 3673 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 800031) 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)
|
| 3680 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 801053) 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)
|
| 3698 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853875) 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)
|
| 3713 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854231) 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)
|
| 3728 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854321) 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)
|
| 3729 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854347) 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)
|
| 3732 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854353) 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)
|
| 3736 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854361) 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)
|
| 3741 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854641) 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)
|
| 3742 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854643) 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)
|
| 3752 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 855043) 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)
|
| 3753 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 855045) 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)
|
| 3754 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 855047) 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)
|
| 3755 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 855049) 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)
|
| 3757 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 855053) 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)
|
| 3758 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 855055) 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)
|
| 3761 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857427) 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)
|
| 3766 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857605) 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)
|
| 3792 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858439) 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)
|
| 3801 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858505) 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)
|
| 3844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858789) 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)
|
| 3861 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859147) 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)
|
| 3862 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859149) 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)
|
| 3885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859341) 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)
|
| 3915 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859609) 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)
|
| 3919 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859713) 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)
|
| 3924 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859843) 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)
|
| 3927 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859849) 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)
|
| 3929 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859893) 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)
|
| 3934 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859913) 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)
|
| 3938 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859953) 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)
|
| 3939 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859955) 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)
|
| 3955 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860179) 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)
|
| 3967 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860925) 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)
|
| 3976 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 861035) 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)
|
| 3982 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 861161) 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)
|
| 3987 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 861171) 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)
|
| 3989 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863649) 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)
|
| 3995 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863673) 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)
|
| 4000 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863683) 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)
|
| 4001 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863741) 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)
|
| 4007 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863753) 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)
|
| 4009 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863809) 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)
|
| 4021 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863923) 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)
|
| 4022 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863925) 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)
|
| 4023 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868135) 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)
|
| 4024 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868143) 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)
|
| 4027 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868257) 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)
|
| 4028 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868295) 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)
|
| 4042 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868499) 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)
|
| 4044 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868503) 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)
|
| 4045 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868505) 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)
|
| 4046 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868507) 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)
|
| 4053 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868563) 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)
|
| 4056 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868699) 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)
|
| 4057 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868701) 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)
|
| 4062 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868711) 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)
|
| 4066 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868817) 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)
|
| 4067 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868819) 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)
|
| 4073 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869093) 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)
|
| 4074 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869095) 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)
|
| 4080 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869233) 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)
|
| 4094 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869403) 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)
|
| 4167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870537) 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)
|
| 4282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873801) 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)
|
| 4306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 874971) 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)
|
| 4385 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757178) 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)
|
| 4450 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758836) 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)
|
| 4461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759114) 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)
|
| 5529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 853651) 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)
|
| 5549 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855209) 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)
|
| 257 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 619256) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
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)
|
| 453 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 559601) 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)
|
| 578 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574917) 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)
|
| 1426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715964) 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)
|
| 1752 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720597) 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)
|
| 2262 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730354) 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)
|
| 2263 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730355) 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)
|
| 2346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732058) 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)
|
| 3388 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753186) 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)
|
| 3393 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753210) 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)
|
| 3410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753717) 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)
|
| 3414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753766) 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)
|
| 3418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753805) 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)
|
| 3419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753806) 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)
|
| 3423 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753835) 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)
|
| 3430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753857) 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)
|
| 3436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753902) 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)
|
| 3442 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754050) 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)
|
| 3456 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754370) 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)
|
| 3464 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754753) 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)
|
| 3467 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754820) 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)
|
| 3468 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754940) 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)
|
| 3470 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754942) 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)
|
| 3479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 755005) 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)
|
| 3480 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 755006) 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)
|
| 3483 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766712) 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)
|
| 3488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 766926) 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)
|
| 3506 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767284) 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)
|
| 3514 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767458) 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)
|
| 3515 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767459) 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)
|
| 3519 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767463) 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)
|
| 3528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767850) 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)
|
| 3534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 781133) 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)
|
| 3535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 792789) 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)
|
| 3538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 792899) 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)
|
| 3539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 792901) 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)
|
| 3547 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 793193) 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)
|
| 3552 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 793539) 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)
|
| 3569 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795375) 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)
|
| 3580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795807) 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)
|
| 3600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796413) 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)
|
| 3617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796855) 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)
|
| 3619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797089) 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)
|
| 3620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797109) 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)
|
| 3632 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797485) 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)
|
| 3643 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798585) 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)
|
| 3656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798961) 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)
|
| 3657 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798963) 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)
|
| 3658 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798965) 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)
|
| 3669 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 799925) 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)
|
| 3679 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 801051) 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)
|
| 3688 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853613) 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)
|
| 3709 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854153) 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)
|
| 3715 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854235) 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)
|
| 3717 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854287) 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)
|
| 3721 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854295) 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)
|
| 3799 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858501) 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)
|
| 3835 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858753) 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)
|
| 3837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 858757) 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)
|
| 3859 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859143) 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)
|
| 3867 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859187) 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)
|
| 3868 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859189) 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)
|
| 3890 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859407) 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)
|
| 3894 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859423) 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)
|
| 3906 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859541) 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)
|
| 3907 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859543) 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)
|
| 3930 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859895) 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)
|
| 3941 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859959) 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)
|
| 3943 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859965) 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)
|
| 3971 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860953) 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)
|
| 3977 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 861037) 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)
|
| 3983 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 861163) 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)
|
| 4059 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868705) 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)
|
| 4082 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869237) 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)
|
| 4346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 890909) 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)
|
| 5089 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730778) 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)
|
| 5548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 854845) 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)
|
| 1436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716125) 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)
|
| 1873 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722074) 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)
|
| 2073 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726008) 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)
|
| 2763 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 742123) 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)
|
| 3402 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753586) 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)
|
| 3441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754049) 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)
|
| 3459 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754748) 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)
|
| 3521 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767568) 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)
|
| 3615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796851) 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)
|
| 3648 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798865) 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)
|
| 3711 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854227) 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)
|
| 3739 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854637) 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)
|
| 3951 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860081) 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)
|
| 3956 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860181) 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)
|
| 3973 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860957) 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)
|
| 4357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 755736) 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)
|
| 5528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 853649) 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)
|
| 500 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 564725) 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)
|
| 1442 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716245) 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)
|
| 1449 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716330) 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)
|
| 1729 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720095) 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)
|
| 1879 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722190) 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)
|
| 1882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722235) 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)
|
| 2086 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726192) 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)
|
| 2261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730353) 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)
|
| 2336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731969) 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)
|
| 3384 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753182) 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)
|
| 3394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753211) 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)
|
| 3413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753765) 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)
|
| 3417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753804) 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)
|
| 3424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753836) 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)
|
| 3443 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754069) 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)
|
| 3444 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754070) 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)
|
| 3451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754302) 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)
|
| 3461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754750) 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)
|
| 3471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754943) 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)
|
| 3474 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754970) 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)
|
| 3503 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767281) 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)
|
| 3516 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767460) 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)
|
| 3518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767462) 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)
|
| 3522 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767569) 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)
|
| 3527 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767574) 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)
|
| 3542 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 792907) 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)
|
| 3546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 793097) 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)
|
| 3565 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795253) 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)
|
| 3581 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795911) 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)
|
| 3595 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796331) 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)
|
| 3605 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796487) 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)
|
| 3627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797377) 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)
|
| 3647 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798863) 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)
|
| 3661 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 799051) 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)
|
| 3670 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 799927) 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)
|
| 3700 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853879) 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)
|
| 3734 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854357) 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)
|
| 3764 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 857433) 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 = 3574) AND (id_product_attribute = 859501) 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)
|
| 3902 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859523) 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)
|
| 3925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859845) 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)
|
| 3945 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859969) 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)
|
| 3958 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860185) 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)
|
| 3969 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860929) 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)
|
| 3992 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863655) 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)
|
| 4006 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863751) 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)
|
| 4010 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863811) 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)
|
| 4026 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868199) 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)
|
| 4033 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868305) 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)
|
| 4034 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868307) 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)
|
| 4061 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868709) 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)
|
| 4084 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869351) 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)
|
| 4116 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869701) 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)
|
| 4157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870453) 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)
|
| 4459 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759112) 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)
|
| 4460 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759113) 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)
|
| 126 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pre4836_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 5
AND cl.`id_category` = 557 LIMIT 1 |
0.142
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)
|
| 1440 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716129) 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)
|
| 1441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716244) 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)
|
| 3390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753207) 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)
|
| 3401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753585) 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)
|
| 3415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753802) 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)
|
| 3438 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754046) 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)
|
| 3453 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754367) 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)
|
| 3457 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754371) 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)
|
| 3469 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754941) 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)
|
| 3475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754971) 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)
|
| 3477 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754973) 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)
|
| 3500 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767120) 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)
|
| 3502 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767280) 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)
|
| 3520 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767567) 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)
|
| 3548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 793343) 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)
|
| 3549 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 793533) 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)
|
| 3576 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795671) 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)
|
| 3724 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 854313) 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)
|
| 3913 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859605) 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)
|
| 3922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859719) 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)
|
| 3923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859721) 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)
|
| 3948 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860075) 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)
|
| 3952 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860083) 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)
|
| 3957 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860183) 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)
|
| 3979 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 861041) 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)
|
| 3994 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863671) 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)
|
| 4041 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868497) 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)
|
| 4076 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869099) 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)
|
| 4090 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 869363) 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)
|
| 4467 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759299) 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)
|
| 4534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751538) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
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)
|
| 139 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3574 AND id_shop=5 LIMIT 1 |
0.141
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)
|
| 555 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 573202) 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)
|
| 873 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707482) 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)
|
| 1292 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714120) 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)
|
| 1443 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716246) 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)
|
| 2079 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726029) 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)
|
| 2708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741367) 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)
|
| 3435 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753901) 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)
|
| 3476 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754972) 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)
|
| 3525 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767572) 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)
|
| 3568 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795373) 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)
|
| 3572 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795567) 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)
|
| 3574 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 795599) 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)
|
| 3638 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798483) 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)
|
| 3896 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859493) 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)
|
| 3928 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859891) 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)
|
| 3950 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860079) 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)
|
| 3968 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860927) 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)
|
| 4011 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863813) 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)
|
| 4012 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863815) 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)
|
| 4138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870297) 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)
|
| 4349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 890915) 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)
|
| 5545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 854839) 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)
|
| 565 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574658) 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)
|
| 1392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715559) 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)
|
| 1445 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716286) 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)
|
| 1450 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716339) 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)
|
| 1674 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719358) 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)
|
| 3396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753213) 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)
|
| 3422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753834) 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)
|
| 3437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753903) 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)
|
| 3448 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754299) 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)
|
| 3458 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754372) 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)
|
| 3512 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 767392) 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)
|
| 3556 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 793681) 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)
|
| 3641 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798489) 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)
|
| 3645 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 798845) 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)
|
| 3756 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 855051) 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)
|
| 3898 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859497) 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)
|
| 3918 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859711) 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)
|
| 3932 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859899) 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)
|
| 3947 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860073) 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)
|
| 3961 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860475) 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)
|
| 3986 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 861169) 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)
|
| 3993 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 863657) 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)
|
| 4455 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759020) 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)
|
| 4471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759303) 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)
|
| 4971 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728455) 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)
|
| 5533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 853659) 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)
|
| 5551 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855213) 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)
|
| 1446 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716287) 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)
|
| 3908 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859545) 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)
|
| 3940 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859957) 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)
|
| 4463 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759116) 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)
|
| 4470 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759302) 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)
|
| 526 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 569431) 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)
|
| 557 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 573332) 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)
|
| 869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707472) 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)
|
| 872 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707481) 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)
|
| 1108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711134) 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)
|
| 1279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713912) 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)
|
| 1437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716126) 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)
|
| 1444 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716285) 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)
|
| 1447 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716328) 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)
|
| 1451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716340) 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)
|
| 1883 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722236) 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)
|
| 2309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731307) 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)
|
| 2310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731409) 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)
|
| 2348 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732105) 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)
|
| 2551 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 739666) 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)
|
| 3409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 753716) 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)
|
| 3536 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 792817) 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)
|
| 3544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 792911) 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)
|
| 3702 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 853883) 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)
|
| 3897 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859495) 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)
|
| 3917 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859709) 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)
|
| 3921 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859717) 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)
|
| 3926 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859847) 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)
|
| 3949 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860077) 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)
|
| 4065 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868815) 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)
|
| 4356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 755702) 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)
|
| 4362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 756977) 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)
|
| 4434 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758608) 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)
|
| 4462 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759115) 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)
|
| 4464 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759117) 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)
|
| 4990 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728971) 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)
|
| 5749 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3574 AND id_shop=5 LIMIT 1 |
0.140
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 455 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 559816) 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)
|
| 471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 561178) 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)
|
| 480 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 562231) 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)
|
| 562 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574510) 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)
|
| 567 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574708) 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)
|
| 572 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574773) 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)
|
| 877 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707486) 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)
|
| 1407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715777) 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)
|
| 1411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715853) 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)
|
| 1413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715885) 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)
|
| 1415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715887) 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)
|
| 1420 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715892) 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 = 3574) AND (id_product_attribute = 715980) 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)
|
| 1666 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719192) 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)
|
| 2219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729597) 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)
|
| 2367 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 732438) 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)
|
| 3460 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 754749) 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)
|
| 3584 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 796057) 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)
|
| 3633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 797549) 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)
|
| 3895 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859425) 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)
|
| 3944 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859967) 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)
|
| 3970 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860951) 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)
|
| 4063 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868811) 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)
|
| 4140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870301) 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)
|
| 4209 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871633) 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)
|
| 4432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758606) 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)
|
| 4465 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759118) 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)
|
| 5530 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 853653) 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)
|
| 5531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 853655) 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)
|
| 5534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 853661) 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)
|
| 5550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 855211) 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)
|
| 1075 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710736) 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)
|
| 1391 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715558) 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)
|
| 1406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715776) 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)
|
| 1409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715851) 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)
|
| 1412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715854) 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)
|
| 1418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715890) 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)
|
| 1429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715981) 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)
|
| 1430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715982) 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)
|
| 1667 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719193) 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)
|
| 2260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730352) 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)
|
| 4064 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868813) 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)
|
| 4134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870181) 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)
|
| 4288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873813) 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)
|
| 4391 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757656) 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)
|
| 4402 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758056) 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)
|
| 4448 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758834) 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)
|
| 4468 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759300) 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)
|
| 4469 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759301) 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)
|
| 4993 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729107) 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)
|
| 5532 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 853657) 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)
|
| 5537 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 853923) 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)
|
| 5538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 853925) 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)
|
| 5539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 853927) 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)
|
| 442 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 558059) 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)
|
| 3905 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859529) 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)
|
| 3974 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 860959) 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)
|
| 4060 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 868707) 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)
|
| 4212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871639) 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)
|
| 444 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 558339) 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)
|
| 496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 564115) 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)
|
| 891 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707603) 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)
|
| 1076 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710737) 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)
|
| 1408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715850) 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)
|
| 1417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715889) 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)
|
| 2326 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731693) 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)
|
| 2703 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741320) 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)
|
| 3478 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 755004) 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)
|
| 4184 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870651) 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)
|
| 4423 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758413) 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)
|
| 4424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758414) 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)
|
| 4466 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759298) 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)
|
| 5155 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732839) 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)
|
| 5535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 853919) 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)
|
| 5536 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 853921) 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)
|
| 5541 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 853931) 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)
|
| 5543 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 854835) 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)
|
| 5544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 854837) 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)
|
| 494 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 564007) 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)
|
| 888 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707548) 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)
|
| 890 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707602) 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)
|
| 1422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715960) 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)
|
| 1688 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719557) 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)
|
| 1803 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721037) 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)
|
| 1877 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722188) 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)
|
| 2218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729596) 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)
|
| 3946 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 859971) 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)
|
| 4358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 755839) 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)
|
| 4363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 756978) 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)
|
| 4373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757008) 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)
|
| 4386 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757179) 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)
|
| 4443 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758709) 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)
|
| 5542 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 854833) 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)
|
| 5546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 854841) 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)
|
| 457 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 559968) 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)
|
| 892 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707604) 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)
|
| 893 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707605) 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)
|
| 1414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715886) 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)
|
| 1726 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720092) 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)
|
| 2076 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726026) 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)
|
| 2258 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730257) 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)
|
| 4139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870299) 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)
|
| 4185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870653) 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)
|
| 4194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870837) 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)
|
| 4359 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 756974) 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)
|
| 4360 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 756975) 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)
|
| 4366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 756981) 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)
|
| 4367 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 756982) 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)
|
| 4368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 756983) 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)
|
| 4393 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757658) 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)
|
| 4407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758121) 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)
|
| 4446 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758832) 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)
|
| 4451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758837) 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)
|
| 5540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 853929) 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)
|
| 5547 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 854843) 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)
|
| 462 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 560300) 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)
|
| 473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 561392) 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)
|
| 900 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707755) 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)
|
| 1410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715852) 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)
|
| 1416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715888) 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)
|
| 1542 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717566) 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)
|
| 1880 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722191) 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)
|
| 4199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870847) 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)
|
| 4210 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871635) 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)
|
| 4261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873047) 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)
|
| 4361 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 756976) 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)
|
| 4364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 756979) 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)
|
| 4382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757175) 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)
|
| 4395 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757660) 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)
|
| 4409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758123) 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)
|
| 4442 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758708) 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)
|
| 4457 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759022) 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)
|
| 4472 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759304) 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)
|
| 5754 |
SELECT SQL_NO_CACHE location
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.136
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 502 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 564809) 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)
|
| 1662 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719148) 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)
|
| 2087 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726193) 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)
|
| 4189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870801) 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)
|
| 4234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871947) 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)
|
| 4365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 756980) 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)
|
| 4369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757004) 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)
|
| 4371 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757006) 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)
|
| 4374 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757009) 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)
|
| 4378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757167) 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)
|
| 4389 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757654) 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)
|
| 4412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758126) 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)
|
| 4425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758415) 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)
|
| 533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 570442) 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)
|
| 726 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 592467) 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)
|
| 889 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707601) 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)
|
| 894 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707606) 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)
|
| 895 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707607) 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)
|
| 896 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707608) 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)
|
| 898 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707753) 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)
|
| 987 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709317) 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)
|
| 1424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715962) 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)
|
| 1427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715979) 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)
|
| 1492 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716726) 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)
|
| 2113 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726957) 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)
|
| 2214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729565) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.135
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)
|
| 2241 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730078) 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)
|
| 2278 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730683) 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)
|
| 2698 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741261) 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)
|
| 4135 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870183) 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)
|
| 4159 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870457) 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)
|
| 4186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870655) 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)
|
| 4187 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870797) 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)
|
| 4198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870845) 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)
|
| 4211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871637) 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)
|
| 4213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871641) 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)
|
| 4307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 874973) 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)
|
| 4315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875151) 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)
|
| 4342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 882573) 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)
|
| 4370 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757005) 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)
|
| 4375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757010) 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)
|
| 4376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757011) 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)
|
| 4380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757169) 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)
|
| 4381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757170) 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)
|
| 4383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757176) 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)
|
| 4384 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757177) 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)
|
| 4396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757976) 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)
|
| 4397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757977) 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)
|
| 4399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758053) 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)
|
| 4403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758057) 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)
|
| 4411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758125) 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)
|
| 4420 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758318) 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)
|
| 4426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758416) 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)
|
| 4433 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758607) 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)
|
| 4435 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758609) 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)
|
| 4439 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758705) 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)
|
| 4447 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758833) 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)
|
| 4452 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759017) 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)
|
| 4453 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759018) 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)
|
| 4456 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759021) 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)
|
| 4458 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759023) 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)
|
| 4475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759395) 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)
|
| 4925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727348) 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)
|
| 5029 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729624) 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)
|
| 464 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 560691) 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)
|
| 482 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 562287) 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)
|
| 509 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 565965) 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)
|
| 518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 568048) 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)
|
| 548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 572420) 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)
|
| 986 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709316) 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)
|
| 1419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715891) 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)
|
| 1421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715893) 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)
|
| 1423 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715961) 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)
|
| 1431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715983) 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)
|
| 1597 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718030) 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)
|
| 2240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730077) 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)
|
| 2245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730175) 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)
|
| 4141 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870303) 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)
|
| 4142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870305) 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)
|
| 4143 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870307) 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)
|
| 4144 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870309) 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)
|
| 4146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870387) 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)
|
| 4147 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870389) 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)
|
| 4151 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870397) 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)
|
| 4153 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870401) 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)
|
| 4154 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870403) 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)
|
| 4163 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870465) 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)
|
| 4180 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870643) 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)
|
| 4181 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870645) 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)
|
| 4188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870799) 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)
|
| 4200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871101) 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)
|
| 4201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871213) 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)
|
| 4202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871215) 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)
|
| 4203 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871217) 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)
|
| 4205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871221) 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)
|
| 4206 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871223) 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)
|
| 4314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875137) 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)
|
| 4377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757012) 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)
|
| 4379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757168) 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)
|
| 4387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757180) 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)
|
| 4388 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757181) 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)
|
| 4390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757655) 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)
|
| 4392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 757657) 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)
|
| 4398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758052) 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)
|
| 4400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758054) 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)
|
| 4401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758055) 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)
|
| 4404 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758058) 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)
|
| 4415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758313) 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)
|
| 4421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758411) 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)
|
| 4427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758417) 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)
|
| 4428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758418) 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)
|
| 4430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758604) 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)
|
| 4431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758605) 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)
|
| 4436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758610) 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)
|
| 4437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758703) 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)
|
| 4438 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758704) 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)
|
| 4441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758707) 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)
|
| 4444 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758710) 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)
|
| 4445 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758831) 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)
|
| 4473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759393) 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)
|
| 4975 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728459) 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)
|
| 5114 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731686) 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)
|
| 5753 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.134
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 542 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 571635) 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)
|
| 577 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574910) 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)
|
| 899 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707754) 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)
|
| 1544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717568) 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)
|
| 1663 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719149) 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)
|
| 1875 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722076) 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)
|
| 2213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
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)
|
| 2295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731003) 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)
|
| 4136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870185) 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)
|
| 4137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870295) 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)
|
| 4145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870311) 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)
|
| 4148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870391) 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)
|
| 4150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870395) 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)
|
| 4155 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870449) 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)
|
| 4160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870459) 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)
|
| 4161 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870461) 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)
|
| 4162 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870463) 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)
|
| 4168 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870539) 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)
|
| 4173 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870615) 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)
|
| 4177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870623) 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)
|
| 4178 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870625) 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)
|
| 4182 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870647) 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)
|
| 4191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870805) 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)
|
| 4192 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870807) 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)
|
| 4193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870833) 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)
|
| 4204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871219) 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)
|
| 4207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871225) 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)
|
| 4410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758124) 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)
|
| 4413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758311) 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)
|
| 4414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758312) 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)
|
| 4416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758314) 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)
|
| 4417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758315) 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)
|
| 4418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758316) 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)
|
| 4419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758317) 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)
|
| 4422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758412) 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)
|
| 4440 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758706) 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)
|
| 4474 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759394) 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)
|
| 4476 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 759396) 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)
|
| 4947 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727806) 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)
|
| 5063 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730190) 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)
|
| 5752 |
SELECT SQL_NO_CACHE out_of_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.133
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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_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_textilefrancelayouts_layout_full_width_tpl/0e/39/99/0e3999f35d1708057bce3e31a9ca07520a266726_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929defa9_48158855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/f6/74/cc/f674cc280abd01321dedcdb01d4e1f573aef6275_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c7de9_73162248)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/c2/a3/0c/c2a30cf56dce4b20434a988b9d695293625edff5_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e929c1ff1_44939968)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92887383_19418438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/72/25/36/7225366ef650ffdc1f4be013a3d8c27f179667b2_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928798f0_79944327)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92874664_38118235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/71/db/b4/71dbb495ff47fadd6331d66c5d30c7bade336882_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e9286eb84_10095884)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/ab/8d/75/ab8d75dab40f65110ddb6713bf2eb638df5b55b1_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e92868ae9_37877778)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/child_generic_theme_textilefrancelayouts_layout_full_width_tpl/60/e5/db/60e5db7a03176612944aeb8bebe45dcb2ba32275_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697c1e928599d6_57383216)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/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)
|
| 241 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute_lang`
WHERE `id_product_attribute` = 751573 |
0.133
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)
|
| 520 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 568395) 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)
|
| 4179 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870627) 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)
|
| 4406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758120) 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)
|
| 4429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 758603) 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)
|
| 879 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707488) 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)
|
| 883 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707499) 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)
|
| 1681 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719467) 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)
|
| 1732 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720144) 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)
|
| 2083 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726121) 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)
|
| 2222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729679) 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)
|
| 2267 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730496) 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)
|
| 4149 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870393) 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)
|
| 4152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870399) 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)
|
| 4165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870533) 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)
|
| 4166 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870535) 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)
|
| 4169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870541) 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)
|
| 4170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870543) 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)
|
| 4171 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870545) 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)
|
| 4175 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870619) 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)
|
| 4190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870803) 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)
|
| 4305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 874969) 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)
|
| 132 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.132
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)
|
| 490 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 563188) 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)
|
| 1566 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717802) 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)
|
| 2302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731099) 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)
|
| 4164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870531) 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)
|
| 4172 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870547) 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)
|
| 4235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871949) 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)
|
| 4259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872891) 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)
|
| 4262 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873049) 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)
|
| 451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 559361) 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)
|
| 550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 572560) 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)
|
| 560 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574204) 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)
|
| 1278 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713911) 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)
|
| 1598 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718031) 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)
|
| 1602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718062) 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)
|
| 1890 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722361) 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)
|
| 2084 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726122) 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)
|
| 4244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872035) 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)
|
| 486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 562522) 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)
|
| 492 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 563856) 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)
|
| 887 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707536) 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)
|
| 1664 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719190) 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 = 3574) AND (id_product_attribute = 730761) 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)
|
| 2289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730901) 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)
|
| 2305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731303) 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)
|
| 2705 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741364) 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)
|
| 4174 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 870617) 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)
|
| 127 |
SELECT SQL_NO_CACHE name FROM pre4836_category_lang WHERE id_shop = 5 AND id_lang = 1 AND id_category = 557 LIMIT 1 |
0.130
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)
|
| 260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 540899) 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)
|
| 1669 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719195) 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)
|
| 1707 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719782) 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)
|
| 2077 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726027) 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)
|
| 2273 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730627) 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)
|
| 2281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730686) 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)
|
| 4224 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871789) 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)
|
| 4230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871801) 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)
|
| 4275 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873621) 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)
|
| 145 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_product_group_reduction_cache`
WHERE `id_product` = 3574 AND `id_group` = 1 LIMIT 1 |
0.130
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)
|
| 876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707485) 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)
|
| 1277 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713900) 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)
|
| 1493 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716727) 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)
|
| 1596 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718008) 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)
|
| 1606 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718091) 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)
|
| 1668 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719194) 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)
|
| 1670 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719196) 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)
|
| 1676 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719360) 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)
|
| 1685 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719475) 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)
|
| 1689 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719558) 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)
|
| 1690 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719559) 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)
|
| 1691 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719560) 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)
|
| 1694 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719573) 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)
|
| 1712 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719787) 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)
|
| 2217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729595) 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)
|
| 2264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730356) 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)
|
| 2294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731002) 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)
|
| 2694 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741257) 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)
|
| 4215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871645) 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)
|
| 4216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871647) 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)
|
| 4263 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873051) 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)
|
| 4266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873057) 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)
|
| 4274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873323) 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)
|
| 4302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 874639) 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)
|
| 5112 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731684) 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)
|
| 4225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871791) 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)
|
| 446 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 558761) 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)
|
| 573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574809) 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)
|
| 576 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574889) 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)
|
| 1045 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710482) 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)
|
| 1672 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719340) 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)
|
| 1673 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719341) 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)
|
| 1675 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719359) 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)
|
| 1677 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719361) 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)
|
| 1678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719362) 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)
|
| 1680 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719466) 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)
|
| 1682 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719472) 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)
|
| 1683 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719473) 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)
|
| 1684 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719474) 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)
|
| 1686 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719476) 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)
|
| 1687 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719477) 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)
|
| 1692 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719571) 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)
|
| 1693 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719572) 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)
|
| 1695 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719574) 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)
|
| 1696 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719580) 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)
|
| 1697 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719581) 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)
|
| 1699 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719583) 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)
|
| 1701 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719585) 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)
|
| 1702 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719762) 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)
|
| 1703 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719763) 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)
|
| 1704 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719764) 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)
|
| 1705 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719765) 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)
|
| 1706 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719781) 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)
|
| 1708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719783) 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)
|
| 1709 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719784) 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)
|
| 1710 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719785) 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)
|
| 1713 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719919) 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)
|
| 1720 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720010) 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)
|
| 1876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722077) 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)
|
| 2078 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726028) 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)
|
| 2168 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728403) 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 = 3574) AND (id_product_attribute = 730497) 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)
|
| 2272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730626) 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)
|
| 2279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730684) 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)
|
| 2288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730765) 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)
|
| 2290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730902) 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)
|
| 2297 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731005) 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)
|
| 2300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731097) 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)
|
| 2697 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741260) 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)
|
| 4219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871689) 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)
|
| 4220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871691) 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)
|
| 4227 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871795) 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)
|
| 4255 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872883) 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)
|
| 4260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872893) 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)
|
| 4264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873053) 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)
|
| 4265 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873055) 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 = 3574) AND (id_product_attribute = 873321) 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)
|
| 4276 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873623) 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)
|
| 4278 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873627) 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)
|
| 4279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873629) 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)
|
| 4280 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873631) 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)
|
| 4284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873805) 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)
|
| 4289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873981) 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)
|
| 4328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875805) 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)
|
| 4926 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727349) 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)
|
| 4992 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729106) 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)
|
| 5017 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729479) 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)
|
| 469 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 561045) 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)
|
| 1543 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717567) 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)
|
| 1671 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719339) 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)
|
| 1698 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719582) 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)
|
| 1700 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719584) 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)
|
| 1714 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719920) 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)
|
| 1715 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719921) 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)
|
| 1833 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721661) 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)
|
| 2080 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726030) 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)
|
| 2114 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726958) 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)
|
| 2141 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727926) 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)
|
| 2215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729593) 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)
|
| 2216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729594) 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)
|
| 2271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730625) 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)
|
| 2274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730628) 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)
|
| 2277 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730631) 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)
|
| 2283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730760) 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)
|
| 2699 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741262) 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)
|
| 2700 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741317) 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)
|
| 4217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871685) 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)
|
| 4223 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871697) 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)
|
| 4228 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871797) 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)
|
| 4229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871799) 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)
|
| 4236 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871951) 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)
|
| 4237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871953) 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)
|
| 4238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871955) 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)
|
| 4240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872027) 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)
|
| 4248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872791) 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)
|
| 4249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872793) 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)
|
| 4251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872797) 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)
|
| 4253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872801) 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)
|
| 4256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872885) 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)
|
| 4258 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872889) 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)
|
| 4267 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873059) 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)
|
| 4268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873311) 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)
|
| 4269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873313) 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)
|
| 4270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873315) 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 = 3574) AND (id_product_attribute = 873317) 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)
|
| 4272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873319) 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)
|
| 4277 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873625) 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)
|
| 4281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873633) 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)
|
| 4283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873803) 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)
|
| 4308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 874975) 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)
|
| 4310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875129) 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)
|
| 4311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875131) 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)
|
| 5110 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731422) 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)
|
| 5113 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731685) 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)
|
| 5154 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732838) 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)
|
| 504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 565324) 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)
|
| 552 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 573015) 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)
|
| 1679 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719465) 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)
|
| 1824 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721580) 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)
|
| 2291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730903) 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)
|
| 2702 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741319) 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)
|
| 4239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872025) 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)
|
| 4243 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872033) 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)
|
| 4303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 874641) 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)
|
| 4309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875127) 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)
|
| 460 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 560069) 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)
|
| 466 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 560877) 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)
|
| 485 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 562437) 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)
|
| 528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 569705) 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)
|
| 540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 571482) 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)
|
| 1716 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719922) 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)
|
| 1718 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720008) 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)
|
| 1719 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720009) 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)
|
| 1721 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720046) 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)
|
| 1722 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720047) 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)
|
| 1891 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722362) 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)
|
| 2212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729563) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
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)
|
| 2285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730762) 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)
|
| 2296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731004) 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)
|
| 2704 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741321) 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)
|
| 4221 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871693) 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)
|
| 4222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871695) 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)
|
| 4226 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871793) 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)
|
| 4232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871943) 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)
|
| 4233 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871945) 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)
|
| 4242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872031) 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)
|
| 4245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872037) 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)
|
| 4247 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872789) 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)
|
| 4252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872799) 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)
|
| 4287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873811) 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)
|
| 4290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873983) 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)
|
| 4291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873985) 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)
|
| 4294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 874081) 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)
|
| 4295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 874083) 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)
|
| 4296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 874085) 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)
|
| 4297 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 874087) 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)
|
| 4299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 874633) 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)
|
| 4300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 874635) 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)
|
| 4301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 874637) 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)
|
| 4304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 874643) 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)
|
| 4313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875135) 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)
|
| 5011 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729382) 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)
|
| 5040 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729742) 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)
|
| 5047 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730060) 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)
|
| 5132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732115) 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)
|
| 475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 561632) 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)
|
| 511 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 566185) 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)
|
| 1474 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716552) 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)
|
| 1717 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720007) 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)
|
| 1724 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720049) 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)
|
| 2211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729562) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.127
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)
|
| 2244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730081) 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)
|
| 4231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 871941) 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)
|
| 4241 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872029) 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)
|
| 4246 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872039) 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)
|
| 4257 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872887) 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)
|
| 4292 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873987) 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)
|
| 5087 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730776) 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)
|
| 449 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 559214) 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)
|
| 498 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 564516) 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)
|
| 563 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574613) 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)
|
| 874 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707483) 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)
|
| 1723 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720048) 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 = 3574) AND (id_product_attribute = 730498) 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)
|
| 2299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731096) 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)
|
| 4254 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872881) 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)
|
| 4285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873807) 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)
|
| 4286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873809) 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)
|
| 4338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 882237) 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)
|
| 4948 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727953) 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)
|
| 5119 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731705) 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 = 3680) AND (id_product_attribute = 732036) 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)
|
| 478 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 562113) 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)
|
| 495 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 564032) 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)
|
| 531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 570230) 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)
|
| 535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 570782) 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)
|
| 1100 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711072) 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)
|
| 1725 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720091) 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)
|
| 1757 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720610) 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)
|
| 1801 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721035) 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)
|
| 1847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721842) 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 = 3574) AND (id_product_attribute = 730357) 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)
|
| 2280 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730685) 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)
|
| 2303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731100) 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)
|
| 4250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 872795) 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)
|
| 4293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 873989) 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 = 3574) AND (id_product_attribute = 874089) 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)
|
| 4312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875133) 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)
|
| 4343 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 882575) 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 = 3680) AND (id_product_attribute = 730780) 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)
|
| 5101 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731268) 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)
|
| 522 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 568566) 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)
|
| 1123 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711256) 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)
|
| 1601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718034) 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)
|
| 5156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732840) 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)
|
| 488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 563013) 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)
|
| 506 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 565635) 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)
|
| 544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 571855) 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)
|
| 1378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715366) 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)
|
| 1599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718032) 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)
|
| 1874 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722075) 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)
|
| 2075 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726025) 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)
|
| 2085 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726123) 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)
|
| 2287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730764) 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)
|
| 2695 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741258) 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)
|
| 4957 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728126) 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)
|
| 4989 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728970) 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)
|
| 4994 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729108) 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)
|
| 5041 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729743) 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)
|
| 5065 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730207) 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)
|
| 5088 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730777) 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)
|
| 5115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731687) 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)
|
| 279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541658) 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)
|
| 468 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 561021) 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)
|
| 507 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 565774) 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)
|
| 927 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708319) 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)
|
| 988 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709318) 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)
|
| 1780 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720928) 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)
|
| 1859 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721907) 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)
|
| 1881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722192) 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)
|
| 2247 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730177) 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)
|
| 2270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730499) 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)
|
| 2286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730763) 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)
|
| 2298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731095) 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 = 3574) AND (id_product_attribute = 875425) 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)
|
| 4337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 882153) 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)
|
| 4344 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 882577) 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)
|
| 4345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 890907) 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)
|
| 5083 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730648) 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)
|
| 5137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732120) 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)
|
| 264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 540998) 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)
|
| 265 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541063) 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)
|
| 266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541103) 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)
|
| 280 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541695) 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)
|
| 529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 569852) 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)
|
| 538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 571154) 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)
|
| 1490 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716724) 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)
|
| 1518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717139) 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)
|
| 1538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717312) 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)
|
| 1603 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718063) 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)
|
| 1730 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720096) 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)
|
| 1870 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722023) 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)
|
| 1886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722287) 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)
|
| 2115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726959) 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)
|
| 2223 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729680) 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)
|
| 2246 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730176) 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)
|
| 2250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730198) 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)
|
| 2266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730495) 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)
|
| 2275 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730629) 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)
|
| 2292 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730904) 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)
|
| 2304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 731101) 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)
|
| 2701 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741318) 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)
|
| 4316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875153) 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)
|
| 4317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875155) 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)
|
| 4318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875157) 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)
|
| 4319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875423) 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)
|
| 4322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875429) 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)
|
| 4325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875799) 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)
|
| 4327 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875803) 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)
|
| 4329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875807) 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)
|
| 4330 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 876069) 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)
|
| 4331 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 882031) 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)
|
| 4335 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 882039) 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)
|
| 4339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 882239) 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)
|
| 4340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 882569) 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)
|
| 4341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 882571) 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 = 3680) AND (id_product_attribute = 727721) 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)
|
| 4949 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727954) 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)
|
| 4972 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728456) 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)
|
| 4995 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729109) 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)
|
| 4996 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729110) 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)
|
| 5064 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730191) 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 = 3680) AND (id_product_attribute = 732116) 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)
|
| 1479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716575) 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)
|
| 2193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729074) 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)
|
| 268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541162) 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)
|
| 448 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 558940) 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)
|
| 459 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 560048) 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)
|
| 513 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 566909) 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)
|
| 561 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574434) 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)
|
| 1124 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711257) 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)
|
| 1433 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716046) 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)
|
| 1517 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717138) 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)
|
| 1600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718033) 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)
|
| 1758 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720611) 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)
|
| 1804 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721170) 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)
|
| 1808 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721174) 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)
|
| 2088 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726194) 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)
|
| 2249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730179) 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)
|
| 2696 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 741259) 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)
|
| 4323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875795) 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)
|
| 4324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875797) 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)
|
| 4326 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 875801) 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)
|
| 4332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 882033) 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)
|
| 4333 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 882035) 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)
|
| 4336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 882041) 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 = 3680) AND (id_product_attribute = 727544) 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)
|
| 4932 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727547) 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)
|
| 4950 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727955) 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 = 3680) AND (id_product_attribute = 728460) 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)
|
| 5042 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729953) 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)
|
| 5094 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731066) 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)
|
| 5157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732841) 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)
|
| 516 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 567739) 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)
|
| 989 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709646) 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)
|
| 993 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709721) 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 = 3574) AND (id_product_attribute = 875427) 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)
|
| 4334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 882037) 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)
|
| 4927 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727350) 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)
|
| 4930 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727545) 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)
|
| 4988 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728969) 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)
|
| 5092 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730781) 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)
|
| 5158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732866) 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)
|
| 270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541349) 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)
|
| 272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541417) 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)
|
| 273 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541419) 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)
|
| 524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 568742) 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)
|
| 1077 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710738) 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)
|
| 1775 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720826) 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)
|
| 1797 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721016) 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)
|
| 1811 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721195) 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)
|
| 1812 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721196) 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)
|
| 1820 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721470) 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)
|
| 1828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721656) 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)
|
| 1837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721762) 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)
|
| 1869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722022) 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)
|
| 1887 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722288) 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)
|
| 2293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730905) 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 = 3680) AND (id_product_attribute = 728278) 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)
|
| 4978 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728660) 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)
|
| 4998 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729236) 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)
|
| 5018 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729571) 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)
|
| 5022 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729575) 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)
|
| 5024 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729619) 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)
|
| 5045 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729956) 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)
|
| 5097 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731069) 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)
|
| 5098 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731070) 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)
|
| 5109 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731421) 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)
|
| 5111 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731683) 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)
|
| 5118 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731704) 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)
|
| 5126 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731983) 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)
|
| 5127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732035) 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)
|
| 5161 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732869) 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)
|
| 261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 540913) 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)
|
| 267 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541123) 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)
|
| 269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541250) 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)
|
| 271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541385) 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)
|
| 275 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541542) 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)
|
| 285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 542224) 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)
|
| 566 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574668) 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)
|
| 570 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574764) 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)
|
| 727 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 592503) 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)
|
| 956 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708471) 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)
|
| 1764 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720725) 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)
|
| 1783 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720931) 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)
|
| 1786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720958) 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)
|
| 1791 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720991) 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)
|
| 1806 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721172) 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)
|
| 1827 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721583) 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)
|
| 1848 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721843) 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)
|
| 1927 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722874) 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)
|
| 2089 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726195) 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)
|
| 2167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728402) 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)
|
| 2248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730178) 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)
|
| 2251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730199) 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)
|
| 2276 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730630) 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)
|
| 4928 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727351) 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)
|
| 4958 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728127) 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)
|
| 5002 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729240) 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)
|
| 5030 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729625) 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)
|
| 5048 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730061) 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)
|
| 5122 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731979) 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)
|
| 5159 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732867) 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)
|
| 276 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541546) 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)
|
| 277 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541584) 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)
|
| 467 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 560934) 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)
|
| 1377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715365) 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)
|
| 1779 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720902) 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)
|
| 1815 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721199) 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)
|
| 1816 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721466) 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)
|
| 1831 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721659) 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)
|
| 1836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721761) 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)
|
| 1888 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722289) 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 = 3680) AND (id_product_attribute = 727549) 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)
|
| 4938 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727720) 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)
|
| 4955 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728124) 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)
|
| 4974 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728458) 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)
|
| 5005 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729243) 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)
|
| 5006 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729377) 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)
|
| 5010 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729381) 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)
|
| 5019 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729572) 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)
|
| 5023 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729576) 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)
|
| 5027 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729622) 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)
|
| 5028 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729623) 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)
|
| 5033 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729665) 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)
|
| 5034 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729666) 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)
|
| 5054 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730089) 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)
|
| 5062 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730189) 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)
|
| 5093 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731065) 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)
|
| 5095 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731067) 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)
|
| 5120 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731706) 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)
|
| 5121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731978) 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)
|
| 5125 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731982) 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)
|
| 5130 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732038) 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)
|
| 5131 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732039) 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)
|
| 5138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732451) 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)
|
| 274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541506) 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)
|
| 278 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541590) 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)
|
| 484 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 562382) 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)
|
| 505 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 565423) 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)
|
| 514 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 567168) 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)
|
| 1016 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710180) 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)
|
| 1046 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710483) 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)
|
| 1497 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716903) 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)
|
| 1604 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718064) 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)
|
| 1733 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720145) 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)
|
| 1755 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720608) 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)
|
| 1761 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720722) 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)
|
| 1762 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720723) 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)
|
| 1767 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720789) 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)
|
| 1771 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720822) 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)
|
| 1772 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720823) 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)
|
| 1776 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720899) 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)
|
| 1787 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720970) 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)
|
| 1790 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720990) 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)
|
| 1800 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721034) 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)
|
| 1807 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721173) 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)
|
| 1819 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721469) 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)
|
| 1821 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721471) 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)
|
| 1823 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721579) 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 = 3574) AND (id_product_attribute = 721582) 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)
|
| 1841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721804) 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)
|
| 1846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721841) 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)
|
| 2194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729075) 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)
|
| 2282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730687) 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)
|
| 4933 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727548) 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)
|
| 4935 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727550) 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)
|
| 4951 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727956) 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)
|
| 4954 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727959) 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)
|
| 4956 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728125) 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)
|
| 4962 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728277) 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)
|
| 4966 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728281) 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)
|
| 4979 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728661) 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)
|
| 4981 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728663) 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)
|
| 4986 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728967) 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)
|
| 4999 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729237) 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)
|
| 5014 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729476) 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)
|
| 5020 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729573) 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)
|
| 5026 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729621) 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)
|
| 5032 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729664) 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)
|
| 5035 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729667) 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)
|
| 5038 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729740) 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)
|
| 5046 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729957) 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)
|
| 5049 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730062) 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)
|
| 5050 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730063) 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)
|
| 5058 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730093) 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)
|
| 5071 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730507) 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)
|
| 5078 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730643) 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)
|
| 5079 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730644) 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)
|
| 5084 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730649) 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)
|
| 5102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731269) 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)
|
| 5105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731272) 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)
|
| 5106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731418) 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)
|
| 5107 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731419) 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)
|
| 5116 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731702) 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)
|
| 5129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732037) 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)
|
| 5134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732117) 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)
|
| 5148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732517) 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)
|
| 5160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732868) 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)
|
| 957 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708472) 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)
|
| 1792 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720992) 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)
|
| 4944 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727803) 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)
|
| 4968 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728452) 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)
|
| 5043 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729954) 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)
|
| 5072 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730508) 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)
|
| 5081 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730646) 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)
|
| 5145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732458) 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)
|
| 130 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 0 LIMIT 1 |
0.119
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)
|
| 235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 751573) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.119
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)
|
| 263 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 540940) 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)
|
| 281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541757) 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)
|
| 287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 542545) 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)
|
| 409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 554225) 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)
|
| 476 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 561797) 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)
|
| 871 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707480) 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)
|
| 875 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707484) 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)
|
| 1072 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710733) 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)
|
| 1280 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713913) 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)
|
| 1319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714297) 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)
|
| 1488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716717) 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)
|
| 1489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716718) 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)
|
| 1519 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717140) 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)
|
| 1532 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717271) 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 = 3574) AND (id_product_attribute = 717680) 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)
|
| 1616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718166) 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)
|
| 1751 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720451) 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)
|
| 1753 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720598) 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)
|
| 1760 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720721) 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)
|
| 1768 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720790) 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)
|
| 1770 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720792) 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)
|
| 1773 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720824) 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)
|
| 1794 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721013) 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)
|
| 1795 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721014) 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)
|
| 1796 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721015) 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)
|
| 1829 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721657) 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)
|
| 1835 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721663) 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)
|
| 1840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721765) 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)
|
| 1853 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721883) 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)
|
| 1858 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721906) 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)
|
| 1865 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721981) 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)
|
| 1866 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722019) 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)
|
| 1894 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722365) 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)
|
| 1895 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722366) 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)
|
| 1898 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722575) 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)
|
| 1902 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722579) 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)
|
| 2142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727927) 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)
|
| 2236 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730021) 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)
|
| 2237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730022) 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)
|
| 2238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730023) 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)
|
| 4936 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727718) 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)
|
| 4937 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727719) 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)
|
| 4940 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727722) 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)
|
| 4942 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727801) 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)
|
| 4945 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727804) 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)
|
| 4946 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727805) 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)
|
| 4952 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727957) 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)
|
| 4959 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728128) 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)
|
| 4960 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728129) 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)
|
| 4964 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728279) 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)
|
| 4977 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728659) 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)
|
| 4980 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728662) 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)
|
| 4982 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728664) 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)
|
| 4985 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728966) 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)
|
| 4987 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728968) 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)
|
| 4997 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729111) 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)
|
| 5000 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729238) 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)
|
| 5003 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729241) 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)
|
| 5004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729242) 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)
|
| 5012 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729383) 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)
|
| 5015 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729477) 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)
|
| 5016 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729478) 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)
|
| 5021 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729574) 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)
|
| 5025 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729620) 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)
|
| 5036 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729738) 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)
|
| 5051 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730064) 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)
|
| 5053 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730088) 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)
|
| 5057 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730092) 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)
|
| 5059 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730186) 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)
|
| 5066 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730208) 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)
|
| 5067 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730209) 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)
|
| 5070 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730506) 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)
|
| 5073 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730509) 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)
|
| 5074 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730510) 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)
|
| 5075 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730511) 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)
|
| 5080 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730645) 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)
|
| 5082 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730647) 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)
|
| 5086 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730775) 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)
|
| 5096 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731068) 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)
|
| 5099 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731071) 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 = 3680) AND (id_product_attribute = 731270) 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)
|
| 5117 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731703) 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)
|
| 5123 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731980) 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)
|
| 5124 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731981) 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)
|
| 5135 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732118) 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)
|
| 5136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732119) 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)
|
| 5139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732452) 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)
|
| 5144 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732457) 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)
|
| 5150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732519) 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)
|
| 5151 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732520) 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)
|
| 5152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732836) 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)
|
| 5153 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732837) 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)
|
| 5162 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732870) 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)
|
| 262 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 540922) 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)
|
| 523 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 568717) 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)
|
| 580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574931) 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)
|
| 928 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708320) 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)
|
| 1071 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710701) 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)
|
| 1293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714121) 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)
|
| 1491 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716725) 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)
|
| 1593 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718005) 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)
|
| 1607 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718092) 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)
|
| 1734 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720146) 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)
|
| 1777 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720900) 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)
|
| 1782 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720930) 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)
|
| 1793 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720993) 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)
|
| 1809 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721193) 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)
|
| 1817 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721467) 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)
|
| 1822 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721472) 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)
|
| 1825 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721581) 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)
|
| 1844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721807) 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)
|
| 1855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721885) 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)
|
| 1862 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721978) 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)
|
| 1867 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722020) 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)
|
| 1868 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722021) 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)
|
| 1872 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722073) 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)
|
| 1889 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722360) 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)
|
| 1907 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722714) 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)
|
| 1920 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722827) 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)
|
| 1923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722845) 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)
|
| 2122 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727304) 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)
|
| 4931 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727546) 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)
|
| 4941 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727723) 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)
|
| 4943 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727802) 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)
|
| 4953 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 727958) 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)
|
| 4961 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728276) 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)
|
| 4967 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728282) 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)
|
| 4969 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728453) 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)
|
| 4970 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728454) 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)
|
| 4973 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728457) 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)
|
| 4983 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728964) 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)
|
| 4984 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728965) 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)
|
| 5001 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729239) 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)
|
| 5007 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729378) 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)
|
| 5008 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729379) 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)
|
| 5013 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729475) 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)
|
| 5037 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729739) 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)
|
| 5039 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729741) 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)
|
| 5044 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729955) 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)
|
| 5052 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730065) 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)
|
| 5055 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730090) 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)
|
| 5056 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730091) 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)
|
| 5060 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730187) 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)
|
| 5061 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730188) 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)
|
| 5068 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730210) 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)
|
| 5069 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730211) 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)
|
| 5076 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730641) 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)
|
| 5077 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730642) 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)
|
| 5085 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 730774) 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)
|
| 5100 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731267) 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)
|
| 5104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731271) 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)
|
| 5108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 731420) 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)
|
| 5141 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732454) 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)
|
| 5142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732455) 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)
|
| 5143 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732456) 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)
|
| 5146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732459) 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)
|
| 5147 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732516) 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)
|
| 5149 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732518) 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)
|
| 1830 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721658) 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)
|
| 1871 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722072) 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)
|
| 4965 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 728280) 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)
|
| 5009 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729380) 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)
|
| 5031 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 729663) 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)
|
| 5140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 732453) 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)
|
| 546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 572182) 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)
|
| 939 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708367) 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)
|
| 945 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708392) 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)
|
| 959 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708474) 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)
|
| 979 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709237) 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)
|
| 990 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709647) 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)
|
| 994 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709722) 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)
|
| 1017 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710221) 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)
|
| 1020 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710229) 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)
|
| 1030 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710296) 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)
|
| 1032 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710357) 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)
|
| 1037 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710410) 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)
|
| 1040 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710451) 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)
|
| 1047 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710484) 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)
|
| 1432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715984) 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)
|
| 1495 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716901) 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)
|
| 1496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716902) 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)
|
| 1545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717569) 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)
|
| 1756 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720609) 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)
|
| 1765 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720726) 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)
|
| 1781 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720929) 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)
|
| 1785 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720957) 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)
|
| 1789 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720972) 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)
|
| 1805 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721171) 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)
|
| 1810 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721194) 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)
|
| 1839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721764) 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)
|
| 1854 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721884) 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)
|
| 1857 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721905) 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)
|
| 1861 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721977) 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)
|
| 1899 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722576) 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)
|
| 1913 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722720) 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)
|
| 1916 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722793) 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)
|
| 1921 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722828) 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)
|
| 2051 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725710) 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)
|
| 2169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728404) 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)
|
| 2224 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729681) 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)
|
| 2235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 730020) 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)
|
| 902 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707757) 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)
|
| 944 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708391) 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)
|
| 952 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708414) 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)
|
| 961 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708476) 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)
|
| 1022 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710231) 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)
|
| 1041 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710452) 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)
|
| 1048 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710485) 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)
|
| 1049 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710486) 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)
|
| 1073 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710734) 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)
|
| 1642 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718868) 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)
|
| 1838 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721763) 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)
|
| 1843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721806) 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)
|
| 1851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721881) 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)
|
| 1852 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721882) 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)
|
| 1864 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721980) 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)
|
| 1896 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722367) 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)
|
| 1910 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722717) 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)
|
| 1914 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722791) 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)
|
| 152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.116
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)
|
| 316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 544967) 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)
|
| 339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 547273) 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)
|
| 447 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 558854) 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)
|
| 477 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 562005) 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)
|
| 483 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 562317) 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)
|
| 740 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 593797) 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)
|
| 870 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707473) 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)
|
| 878 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707487) 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)
|
| 901 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707756) 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)
|
| 920 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708220) 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)
|
| 925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708267) 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)
|
| 929 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708321) 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)
|
| 930 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708322) 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)
|
| 931 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708323) 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)
|
| 934 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708341) 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)
|
| 936 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708364) 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)
|
| 951 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708413) 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)
|
| 958 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708473) 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)
|
| 962 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708767) 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)
|
| 963 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708768) 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)
|
| 964 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708769) 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)
|
| 967 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708841) 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)
|
| 968 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708842) 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)
|
| 969 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708843) 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)
|
| 974 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709124) 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)
|
| 991 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709648) 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)
|
| 995 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709723) 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)
|
| 997 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709725) 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)
|
| 998 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709726) 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)
|
| 1000 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709988) 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)
|
| 1001 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709989) 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)
|
| 1002 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710081) 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)
|
| 1018 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710222) 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)
|
| 1019 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710223) 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)
|
| 1026 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710271) 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)
|
| 1027 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710293) 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)
|
| 1029 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710295) 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)
|
| 1034 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710359) 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)
|
| 1038 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710411) 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)
|
| 1050 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710487) 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)
|
| 1051 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710488) 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)
|
| 1052 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710489) 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)
|
| 1053 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710550) 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)
|
| 1060 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710631) 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)
|
| 1061 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710632) 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)
|
| 1062 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710633) 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)
|
| 1063 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710634) 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)
|
| 1066 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710696) 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)
|
| 1067 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710697) 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)
|
| 1074 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710735) 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)
|
| 1494 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716900) 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)
|
| 1499 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716928) 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)
|
| 1507 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717099) 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)
|
| 1520 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717211) 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)
|
| 1763 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720724) 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)
|
| 1769 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720791) 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)
|
| 1788 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720971) 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)
|
| 1814 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721198) 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)
|
| 1834 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721662) 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)
|
| 1863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721979) 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)
|
| 1917 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722794) 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)
|
| 1919 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722826) 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)
|
| 1924 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722846) 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)
|
| 2188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728930) 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)
|
| 2190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728932) 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)
|
| 2227 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729729) 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)
|
| 537 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 571034) 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)
|
| 705 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590693) 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)
|
| 884 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707506) 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)
|
| 903 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708024) 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)
|
| 904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708025) 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)
|
| 906 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708061) 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)
|
| 907 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708062) 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)
|
| 911 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708164) 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)
|
| 912 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708165) 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)
|
| 913 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708166) 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)
|
| 914 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708184) 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)
|
| 915 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708185) 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)
|
| 916 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708186) 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)
|
| 917 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708187) 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)
|
| 922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708250) 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)
|
| 923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708265) 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)
|
| 932 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708339) 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)
|
| 941 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708369) 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)
|
| 942 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708370) 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)
|
| 943 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708390) 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)
|
| 946 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708407) 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)
|
| 950 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708411) 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)
|
| 953 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708415) 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)
|
| 955 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708470) 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)
|
| 960 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 708475) 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)
|
| 971 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709121) 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)
|
| 972 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709122) 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)
|
| 976 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709234) 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)
|
| 981 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709311) 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)
|
| 983 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709313) 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)
|
| 984 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709314) 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)
|
| 992 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709649) 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)
|
| 1003 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710082) 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)
|
| 1005 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710122) 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)
|
| 1006 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710123) 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)
|
| 1007 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710124) 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)
|
| 1008 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710129) 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)
|
| 1011 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710132) 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)
|
| 1013 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710134) 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)
|
| 1015 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710179) 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)
|
| 1021 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710230) 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)
|
| 1025 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710270) 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)
|
| 1043 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710454) 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)
|
| 1044 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710455) 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)
|
| 1054 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710551) 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)
|
| 1055 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710552) 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)
|
| 1056 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710553) 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)
|
| 1058 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710555) 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)
|
| 1059 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710630) 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)
|
| 1068 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710698) 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)
|
| 1069 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710699) 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)
|
| 1107 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711133) 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)
|
| 1501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716930) 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)
|
| 1502 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716931) 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)
|
| 1506 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717098) 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 = 3574) AND (id_product_attribute = 717126) 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)
|
| 1512 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717127) 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 = 3574) AND (id_product_attribute = 717218) 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)
|
| 1608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718093) 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)
|
| 1784 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720956) 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)
|
| 1818 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721468) 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)
|
| 1849 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721844) 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)
|
| 1850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721845) 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)
|
| 1897 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722368) 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)
|
| 2121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727303) 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)
|
| 2170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728435) 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)
|
| 2171 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728436) 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)
|
| 2195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729076) 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)
|
| 2196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729077) 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)
|
| 2234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729858) 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)
|
| 204 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 4734 LIMIT 1 |
0.115
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)
|
| 418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555093) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 559246) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 559998) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708342) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708366) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708839) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708844) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 709125) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 709236) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 709238) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 709315) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 709987) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710358) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710360) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710635) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717115) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717128) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717129) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717130) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717137) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717251) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 718171) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 720825) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 720901) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 721032) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 721805) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 727778) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 728931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 729073) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 729857) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 COUNT(*) FROM `pre4836_pack` WHERE id_product_pack = 3588 LIMIT 1 |
0.115
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)
|
| 288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 542587) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 562267) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708026) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708063) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708064) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708163) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708188) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708219) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708221) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708266) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708268) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708340) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708365) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708368) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708408) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708409) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708410) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708469) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 708840) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 709123) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 709235) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 709724) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710130) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710131) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710133) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710178) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710232) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710233) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710294) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710297) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710361) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710412) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710453) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710554) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710695) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 710700) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 716904) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 716929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 716932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717096) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717097) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717116) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717117) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717213) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717219) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717220) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717248) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717252) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717272) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717273) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717310) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 717311) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 721033) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 721197) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 721660) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 722364) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 722795) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 727711) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 727928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 727930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 727931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 728103) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 728437) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 728438) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 728929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 728933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 729728) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 729730) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 729731) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 729854) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.115
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php: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 = 3574) AND (id_product_attribute = 559848) 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)
|
| 867 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707448) 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)
|
| 2127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727519) 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)
|
| 2130 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727522) 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)
|
| 2133 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727709) 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)
|
| 2153 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728221) 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)
|
| 2176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728441) 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)
|
| 2179 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728686) 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)
|
| 2180 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728687) 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)
|
| 2225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729727) 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)
|
| 129 |
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 = 5)
WHERE pa.`id_product_attribute` = 729564 LIMIT 1 |
0.114
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)
|
| 163 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 3588 LIMIT 1 |
0.114
ms
|
23 |
|
|
/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)
|
| 183 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 3679 LIMIT 1 |
0.114
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)
|
| 214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 751276) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.114
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)
|
| 286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 542482) 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)
|
| 461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 560253) 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)
|
| 493 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 563881) 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)
|
| 497 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 564401) 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)
|
| 536 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 570974) 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)
|
| 571 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574769) 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)
|
| 636 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 584776) 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)
|
| 738 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 593451) 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)
|
| 865 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707439) 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)
|
| 982 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 709312) 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)
|
| 1004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710083) 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)
|
| 1078 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710810) 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)
|
| 1127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711381) 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)
|
| 1152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712021) 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)
|
| 1347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714718) 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)
|
| 1353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714914) 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)
|
| 1375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715205) 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 = 3574) AND (id_product_attribute = 716341) 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)
|
| 1521 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717212) 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)
|
| 1526 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717221) 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)
|
| 1528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717249) 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)
|
| 1529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717250) 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)
|
| 1535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717274) 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 = 3574) AND (id_product_attribute = 717803) 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)
|
| 1643 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718869) 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)
|
| 1766 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720727) 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)
|
| 1900 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722577) 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)
|
| 1901 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722578) 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)
|
| 1904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722671) 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)
|
| 1906 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722673) 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)
|
| 1922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722829) 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)
|
| 1925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722847) 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)
|
| 1940 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723092) 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)
|
| 2112 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726956) 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)
|
| 2123 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727305) 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)
|
| 2124 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727306) 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)
|
| 2125 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727517) 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)
|
| 2126 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727518) 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)
|
| 2128 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727520) 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)
|
| 2129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727521) 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)
|
| 2131 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727707) 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)
|
| 2134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727710) 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)
|
| 2139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727781) 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)
|
| 2144 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727929) 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)
|
| 2148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728102) 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)
|
| 2150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728104) 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)
|
| 2151 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728105) 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)
|
| 2152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728220) 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)
|
| 2155 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728223) 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)
|
| 2161 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728254) 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)
|
| 2174 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728439) 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)
|
| 2178 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728685) 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)
|
| 2186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728928) 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)
|
| 2197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729078) 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)
|
| 2200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729201) 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)
|
| 2202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729203) 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)
|
| 2208 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729348) 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)
|
| 2231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729855) 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)
|
| 131 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 3574 LIMIT 1 |
0.113
ms
|
39 |
|
|
/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)
|
| 150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.113
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)
|
| 378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 551092) 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)
|
| 417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 554784) 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 = 3574) AND (id_product_attribute = 561134) 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)
|
| 545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 571970) 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)
|
| 574 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574860) 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)
|
| 612 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 582597) 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)
|
| 701 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590493) 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)
|
| 1109 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711150) 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)
|
| 1185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712816) 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)
|
| 1209 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713071) 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)
|
| 1340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714544) 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)
|
| 1404 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715774) 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)
|
| 1475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716553) 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)
|
| 1609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718094) 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)
|
| 1636 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718640) 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)
|
| 1754 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720599) 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)
|
| 1845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721808) 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)
|
| 1856 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721904) 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)
|
| 1860 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 721908) 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)
|
| 1892 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722363) 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)
|
| 1908 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722715) 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)
|
| 1911 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722718) 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)
|
| 1915 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722792) 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)
|
| 1935 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723032) 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)
|
| 2065 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725944) 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)
|
| 2074 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726024) 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)
|
| 2090 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726196) 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)
|
| 2132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727708) 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)
|
| 2137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727779) 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)
|
| 2138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727780) 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)
|
| 2140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727782) 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)
|
| 2147 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728101) 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)
|
| 2154 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728222) 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)
|
| 2156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728249) 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)
|
| 2157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728250) 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)
|
| 2158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728251) 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)
|
| 2159 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728252) 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)
|
| 2160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728253) 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)
|
| 2162 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728377) 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)
|
| 2163 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728378) 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)
|
| 2164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728379) 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)
|
| 2166 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728401) 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)
|
| 2175 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728440) 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)
|
| 2177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728442) 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)
|
| 2181 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728688) 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)
|
| 2182 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728689) 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)
|
| 2183 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728690) 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)
|
| 2184 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728691) 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)
|
| 2185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728927) 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)
|
| 2198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729199) 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)
|
| 2199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729200) 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)
|
| 2201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729202) 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)
|
| 2203 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729204) 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)
|
| 2204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729205) 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)
|
| 2205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729345) 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)
|
| 2207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729347) 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)
|
| 2210 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729350) 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)
|
| 2232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729856) 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)
|
| 2206 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729346) 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)
|
| 2209 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 729349) 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)
|
| 162 |
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 = 5)
WHERE pa.`id_product_attribute` = 730058 LIMIT 1 |
0.112
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)
|
| 289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 542686) 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)
|
| 293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 543552) 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)
|
| 419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555195) 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)
|
| 441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 557963) 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)
|
| 454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 559715) 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)
|
| 479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 562153) 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 = 3574) AND (id_product_attribute = 564950) 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)
|
| 515 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 567522) 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)
|
| 553 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 573106) 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)
|
| 579 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574921) 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)
|
| 702 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590513) 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)
|
| 1079 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710811) 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)
|
| 1084 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710850) 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)
|
| 1320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714298) 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)
|
| 1594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718006) 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)
|
| 1610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718130) 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)
|
| 1611 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718131) 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)
|
| 1612 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718132) 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)
|
| 1759 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720612) 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)
|
| 1905 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722672) 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)
|
| 1909 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722716) 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)
|
| 173 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 730058) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
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)
|
| 182 |
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 = 5)
WHERE pa.`id_product_attribute` = 751532 LIMIT 1 |
0.112
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)
|
| 333 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 546915) 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)
|
| 347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 548518) 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)
|
| 452 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 559589) 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 = 3574) AND (id_product_attribute = 560583) 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)
|
| 465 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 560811) 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 = 3574) AND (id_product_attribute = 561238) 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)
|
| 1080 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710812) 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)
|
| 1379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715367) 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)
|
| 1635 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718639) 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)
|
| 2165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 728380) 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)
|
| 193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 751532) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
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)
|
| 225 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 3680 LIMIT 1 |
0.111
ms
|
12 |
|
|
/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)
|
| 295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 543669) 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)
|
| 313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 544693) 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)
|
| 317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 545001) 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)
|
| 332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 546888) 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)
|
| 343 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 548146) 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)
|
| 348 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 548811) 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)
|
| 353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549102) 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)
|
| 356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549482) 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)
|
| 358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549686) 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)
|
| 375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 550631) 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)
|
| 403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 553525) 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)
|
| 420 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555203) 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)
|
| 422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555380) 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)
|
| 424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555442) 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)
|
| 425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555472) 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)
|
| 432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555757) 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)
|
| 433 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555795) 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)
|
| 443 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 558175) 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)
|
| 445 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 558354) 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)
|
| 501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 564755) 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)
|
| 512 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 566567) 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)
|
| 539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 571347) 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)
|
| 551 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 572735) 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)
|
| 771 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 600704) 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)
|
| 866 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707447) 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)
|
| 880 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707491) 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)
|
| 1087 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710853) 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)
|
| 1096 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710976) 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)
|
| 1097 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710977) 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)
|
| 1101 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711073) 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)
|
| 1254 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713710) 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)
|
| 1266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713822) 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)
|
| 1393 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715560) 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)
|
| 1613 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718133) 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)
|
| 1618 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718172) 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)
|
| 1621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718175) 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)
|
| 1644 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718870) 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)
|
| 1647 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718923) 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)
|
| 1653 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719040) 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)
|
| 1735 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720147) 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)
|
| 290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 542826) 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)
|
| 291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 543164) 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)
|
| 335 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 547024) 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)
|
| 336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 547101) 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)
|
| 370 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 550300) 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)
|
| 376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 550797) 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)
|
| 379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 551203) 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)
|
| 381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 551417) 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)
|
| 390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 552651) 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)
|
| 394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 552974) 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)
|
| 400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 553397) 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)
|
| 410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 554402) 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)
|
| 415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 554714) 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)
|
| 426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555495) 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)
|
| 474 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 561574) 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)
|
| 530 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 570132) 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)
|
| 1088 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710854) 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)
|
| 1091 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710916) 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)
|
| 1092 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710923) 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)
|
| 1281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713914) 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)
|
| 1546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717671) 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)
|
| 1569 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717815) 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)
|
| 1615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718165) 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)
|
| 1633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718637) 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)
|
| 1654 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719041) 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)
|
| 1656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719105) 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)
|
| 1737 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720149) 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)
|
| 1926 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722848) 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)
|
| 2082 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726120) 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)
|
| 2116 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726960) 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)
|
| 203 |
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 = 5)
WHERE pa.`id_product_attribute` = 751276 LIMIT 1 |
0.110
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)
|
| 292 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 543283) 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)
|
| 294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 543652) 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)
|
| 296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 543700) 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)
|
| 303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 544019) 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)
|
| 310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 544583) 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)
|
| 311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 544646) 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)
|
| 312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 544685) 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)
|
| 320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 545236) 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)
|
| 327 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 546028) 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)
|
| 328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 546127) 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)
|
| 341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 547865) 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)
|
| 342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 548044) 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)
|
| 344 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 548288) 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)
|
| 345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 548387) 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)
|
| 346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 548412) 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)
|
| 350 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549038) 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)
|
| 352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549043) 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)
|
| 354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549176) 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)
|
| 384 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 551800) 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)
|
| 385 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 552070) 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)
|
| 404 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 553561) 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)
|
| 421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555364) 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)
|
| 423 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555427) 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)
|
| 428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555555) 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)
|
| 429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555619) 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)
|
| 430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555643) 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)
|
| 431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555705) 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)
|
| 499 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 564608) 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)
|
| 593 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 576206) 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)
|
| 703 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590548) 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)
|
| 1094 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710925) 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)
|
| 1095 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710926) 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)
|
| 1098 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710978) 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)
|
| 1294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714130) 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)
|
| 1321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714367) 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)
|
| 1348 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714754) 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)
|
| 1354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714915) 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)
|
| 1453 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716342) 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)
|
| 1622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718176) 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)
|
| 1625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718377) 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)
|
| 1626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718378) 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)
|
| 1629 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718381) 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)
|
| 1630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718382) 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)
|
| 1638 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718864) 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)
|
| 1649 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718925) 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)
|
| 1652 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719039) 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)
|
| 1658 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719107) 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)
|
| 1740 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720338) 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)
|
| 2004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724690) 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)
|
| 282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 541831) 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)
|
| 283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 542130) 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)
|
| 284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 542162) 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)
|
| 298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 543750) 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)
|
| 300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 543824) 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)
|
| 304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 544096) 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)
|
| 305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 544165) 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)
|
| 306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 544292) 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)
|
| 307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 544402) 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)
|
| 308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 544511) 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)
|
| 309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 544577) 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)
|
| 314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 544816) 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)
|
| 315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 544938) 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)
|
| 318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 545094) 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)
|
| 323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 545556) 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)
|
| 325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 545869) 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)
|
| 330 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 546717) 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)
|
| 331 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 546801) 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)
|
| 334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 546971) 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)
|
| 337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 547173) 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)
|
| 340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 547346) 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)
|
| 351 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549041) 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)
|
| 357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549666) 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)
|
| 359 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549687) 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)
|
| 360 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549691) 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)
|
| 361 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549692) 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)
|
| 362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549722) 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)
|
| 364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549813) 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)
|
| 365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549855) 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)
|
| 366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549877) 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)
|
| 367 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 550003) 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)
|
| 368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 550108) 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)
|
| 369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 550166) 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)
|
| 371 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 550350) 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)
|
| 372 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 550395) 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)
|
| 373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 550459) 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)
|
| 377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 550847) 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)
|
| 383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 551637) 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)
|
| 386 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 552190) 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)
|
| 387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 552315) 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)
|
| 388 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 552406) 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)
|
| 389 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 552573) 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)
|
| 391 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 552767) 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)
|
| 393 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 552885) 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)
|
| 395 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 553100) 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)
|
| 396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 553226) 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)
|
| 397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 553270) 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)
|
| 399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 553343) 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)
|
| 401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 553445) 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)
|
| 405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 553585) 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)
|
| 407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 553764) 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)
|
| 412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 554465) 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)
|
| 413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 554498) 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)
|
| 414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 554608) 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)
|
| 416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 554744) 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)
|
| 427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555531) 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)
|
| 527 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 569578) 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)
|
| 532 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 570292) 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)
|
| 556 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 573242) 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)
|
| 558 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 573452) 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)
|
| 581 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574945) 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)
|
| 1081 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710813) 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)
|
| 1082 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710814) 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)
|
| 1083 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710815) 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)
|
| 1086 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710852) 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)
|
| 1089 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710855) 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)
|
| 1090 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710915) 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)
|
| 1093 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710924) 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 = 3574) AND (id_product_attribute = 710979) 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)
|
| 1237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713615) 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)
|
| 1398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715733) 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)
|
| 1614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718164) 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)
|
| 1619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718173) 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)
|
| 1620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718174) 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)
|
| 1623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718177) 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)
|
| 1624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718376) 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)
|
| 1627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718379) 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)
|
| 1632 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718636) 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)
|
| 1637 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718641) 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)
|
| 1639 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718865) 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)
|
| 1641 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718867) 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)
|
| 1645 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718921) 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)
|
| 1646 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718922) 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)
|
| 1648 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718924) 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)
|
| 1655 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719042) 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)
|
| 1657 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 719106) 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)
|
| 1744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720346) 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)
|
| 1903 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722670) 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)
|
| 1912 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722719) 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)
|
| 2072 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726007) 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)
|
| 199 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute_lang`
WHERE `id_product_attribute` = 751532 |
0.109
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute_lang`
WHERE `id_product_attribute` = 751276 |
0.109
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)
|
| 302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 543954) 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)
|
| 321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 545424) 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)
|
| 326 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 545956) 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)
|
| 541 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 571541) 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)
|
| 549 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 572520) 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)
|
| 1283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714036) 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)
|
| 1288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714116) 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)
|
| 1297 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714133) 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)
|
| 1322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714368) 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)
|
| 1368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715072) 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)
|
| 1455 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716344) 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)
|
| 1466 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716462) 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)
|
| 1469 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716465) 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)
|
| 1631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718635) 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)
|
| 1640 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718866) 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)
|
| 133 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
0.109
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)
|
| 297 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 543706) 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)
|
| 299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 543776) 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)
|
| 301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 543865) 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)
|
| 319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 545225) 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)
|
| 322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 545541) 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)
|
| 324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 545667) 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)
|
| 329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 546675) 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)
|
| 338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 547191) 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)
|
| 349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 548919) 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)
|
| 355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549316) 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)
|
| 363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 549749) 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)
|
| 374 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 550507) 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)
|
| 380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 551363) 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)
|
| 382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 551580) 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)
|
| 392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 552843) 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)
|
| 398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 553328) 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)
|
| 402 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 553465) 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)
|
| 406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 553731) 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)
|
| 408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 554054) 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)
|
| 411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 554438) 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)
|
| 434 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555849) 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)
|
| 508 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 565896) 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)
|
| 517 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 567966) 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)
|
| 525 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 569082) 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)
|
| 534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 570704) 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)
|
| 568 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574729) 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)
|
| 592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 575576) 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)
|
| 594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 576579) 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)
|
| 1085 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 710851) 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)
|
| 1126 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711380) 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)
|
| 1135 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711515) 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)
|
| 1181 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712612) 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)
|
| 1282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713915) 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)
|
| 1285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714038) 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)
|
| 1286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714039) 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)
|
| 1295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714131) 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)
|
| 1296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714132) 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)
|
| 1299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714140) 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)
|
| 1306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714186) 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)
|
| 1335 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714539) 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)
|
| 1349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714755) 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)
|
| 1376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715364) 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)
|
| 1383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715532) 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)
|
| 1394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715645) 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)
|
| 1395 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715646) 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)
|
| 1454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716343) 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)
|
| 1458 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716375) 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)
|
| 1459 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716376) 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)
|
| 1461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716378) 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)
|
| 1465 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716443) 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)
|
| 1467 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716463) 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)
|
| 1476 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716554) 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)
|
| 1477 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716555) 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)
|
| 1478 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716556) 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)
|
| 1628 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718380) 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)
|
| 1634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718638) 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)
|
| 1650 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718926) 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)
|
| 1651 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718927) 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)
|
| 1736 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720148) 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)
|
| 1738 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720150) 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)
|
| 1739 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720337) 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)
|
| 1742 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720344) 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)
|
| 1743 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720345) 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)
|
| 1745 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720347) 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)
|
| 1747 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720447) 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)
|
| 1749 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720449) 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)
|
| 134 |
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.108
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)
|
| 159 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute_lang`
WHERE `id_product_attribute` = 729564 |
0.108
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)
|
| 179 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute_lang`
WHERE `id_product_attribute` = 730058 |
0.108
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)
|
| 212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 4734) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
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)
|
| 224 |
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 = 5)
WHERE pa.`id_product_attribute` = 751573 LIMIT 1 |
0.108
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)
|
| 435 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555884) 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)
|
| 637 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 584884) 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)
|
| 643 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 585696) 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)
|
| 672 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 588682) 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)
|
| 673 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 588794) 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)
|
| 835 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 632148) 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)
|
| 1102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711074) 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)
|
| 1125 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711258) 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)
|
| 1143 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711612) 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)
|
| 1170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712341) 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)
|
| 1284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714037) 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)
|
| 1287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714115) 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)
|
| 1289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714117) 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)
|
| 1290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714118) 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)
|
| 1291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714119) 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)
|
| 1298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714139) 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)
|
| 1300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714141) 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)
|
| 1301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714142) 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)
|
| 1302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714178) 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)
|
| 1303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714179) 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)
|
| 1304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714180) 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)
|
| 1307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714187) 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)
|
| 1308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714188) 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)
|
| 1310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714190) 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)
|
| 1311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714191) 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)
|
| 1314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714250) 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)
|
| 1317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714295) 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)
|
| 1318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714296) 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)
|
| 1323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714369) 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)
|
| 1325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714371) 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)
|
| 1326 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714372) 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)
|
| 1327 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714373) 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)
|
| 1329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714375) 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)
|
| 1331 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714517) 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)
|
| 1332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714518) 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)
|
| 1333 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714519) 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)
|
| 1334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714520) 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)
|
| 1337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714541) 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)
|
| 1338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714542) 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)
|
| 1342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714713) 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)
|
| 1344 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714715) 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)
|
| 1346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714717) 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)
|
| 1350 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714756) 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)
|
| 1355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714916) 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)
|
| 1356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714917) 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)
|
| 1364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715058) 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)
|
| 1369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715073) 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)
|
| 1373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715203) 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)
|
| 1380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715445) 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)
|
| 1381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715446) 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)
|
| 1382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715447) 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)
|
| 1384 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715533) 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)
|
| 1385 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715534) 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)
|
| 1386 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715535) 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)
|
| 1388 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715555) 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)
|
| 1389 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715556) 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)
|
| 1396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715647) 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)
|
| 1456 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716373) 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)
|
| 1457 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716374) 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)
|
| 1460 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716377) 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)
|
| 1462 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716379) 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)
|
| 1464 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716442) 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)
|
| 1468 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716464) 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)
|
| 1470 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716466) 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)
|
| 1472 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716522) 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)
|
| 1547 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717672) 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)
|
| 1548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717673) 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)
|
| 1552 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717681) 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)
|
| 1553 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717682) 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)
|
| 1554 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717755) 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)
|
| 1555 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717756) 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)
|
| 1556 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717757) 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)
|
| 1559 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717764) 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)
|
| 1573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717843) 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)
|
| 1585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717893) 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)
|
| 1741 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720339) 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)
|
| 1746 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720446) 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)
|
| 1748 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720448) 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)
|
| 1750 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 720450) 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)
|
| 1972 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724174) 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)
|
| 2052 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725711) 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)
|
| 2066 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725945) 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)
|
| 2091 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726197) 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)
|
| 2092 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726198) 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)
|
| 2117 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726961) 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)
|
| 1145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711614) 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)
|
| 1328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714374) 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)
|
| 171 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3588) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
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)
|
| 189 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pre4836_pack` WHERE id_product_pack = 3679 LIMIT 1 |
0.107
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)
|
| 436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 555896) 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)
|
| 438 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 557415) 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)
|
| 439 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 557510) 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)
|
| 510 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 566061) 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)
|
| 519 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 568198) 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)
|
| 521 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 568515) 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)
|
| 543 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 571765) 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)
|
| 595 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 577084) 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)
|
| 644 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 585959) 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)
|
| 804 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 619100) 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)
|
| 868 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707457) 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)
|
| 1110 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711151) 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)
|
| 1128 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711382) 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)
|
| 1144 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711613) 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)
|
| 1305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714185) 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)
|
| 1309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714189) 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)
|
| 1312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714248) 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)
|
| 1313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714249) 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)
|
| 1315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714251) 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)
|
| 1316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714252) 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)
|
| 1330 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714516) 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)
|
| 1336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714540) 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)
|
| 1339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714543) 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)
|
| 1341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714545) 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)
|
| 1343 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714714) 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)
|
| 1345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714716) 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)
|
| 1351 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714757) 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)
|
| 1352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714758) 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)
|
| 1358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714931) 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)
|
| 1359 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714932) 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)
|
| 1360 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714933) 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)
|
| 1374 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715204) 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)
|
| 1387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715536) 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)
|
| 1397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715648) 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)
|
| 1463 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716380) 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)
|
| 1471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716521) 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)
|
| 1473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 716523) 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)
|
| 1549 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717678) 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)
|
| 1550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717679) 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)
|
| 1557 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717762) 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)
|
| 1558 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717763) 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)
|
| 1560 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717765) 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)
|
| 1564 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717800) 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)
|
| 1565 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717801) 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)
|
| 1568 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717814) 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)
|
| 1570 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717816) 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)
|
| 1571 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717817) 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)
|
| 1574 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717844) 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)
|
| 1575 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717845) 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)
|
| 1576 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717846) 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)
|
| 1577 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717857) 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)
|
| 1581 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717861) 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)
|
| 1583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717863) 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)
|
| 1587 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717927) 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)
|
| 1589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717929) 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)
|
| 1590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717986) 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)
|
| 1592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717988) 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)
|
| 1595 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 718007) 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)
|
| 1928 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722875) 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 = 3574) AND (id_product_attribute = 725851) 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)
|
| 2093 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726316) 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)
|
| 2096 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726319) 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)
|
| 2099 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726409) 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)
|
| 2105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726713) 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)
|
| 2118 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726962) 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)
|
| 437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 556574) 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)
|
| 547 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 572360) 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)
|
| 1267 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713823) 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)
|
| 1324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714370) 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)
|
| 1357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714918) 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)
|
| 1362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714935) 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)
|
| 1363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715057) 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)
|
| 1367 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715071) 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)
|
| 1371 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715075) 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)
|
| 1390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715557) 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)
|
| 1588 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717928) 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)
|
| 2102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726412) 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)
|
| 233 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3680) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
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)
|
| 582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574981) 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)
|
| 596 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 577211) 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)
|
| 645 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 586110) 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)
|
| 845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 633497) 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 = 3574) AND (id_product_attribute = 711075) 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)
|
| 1129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711383) 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)
|
| 1153 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712022) 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)
|
| 1182 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712813) 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)
|
| 1238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713616) 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)
|
| 1361 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 714934) 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)
|
| 1562 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717767) 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)
|
| 1578 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717858) 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)
|
| 1579 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717859) 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)
|
| 1580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717860) 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)
|
| 1584 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717892) 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)
|
| 1586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717894) 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)
|
| 1591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717987) 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)
|
| 1988 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724518) 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)
|
| 2054 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725713) 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)
|
| 2055 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725714) 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 = 3574) AND (id_product_attribute = 725849) 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)
|
| 2059 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725852) 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)
|
| 2060 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725904) 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)
|
| 2064 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725943) 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)
|
| 2069 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725948) 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)
|
| 2070 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726005) 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)
|
| 2071 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726006) 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)
|
| 2094 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726317) 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)
|
| 2098 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726408) 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)
|
| 2106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726714) 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)
|
| 2109 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726717) 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)
|
| 2119 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727301) 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)
|
| 2120 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 727302) 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)
|
| 191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3679) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.106
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)
|
| 569 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574744) 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)
|
| 1120 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711253) 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)
|
| 1175 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712564) 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)
|
| 1366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715060) 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)
|
| 1370 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715074) 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)
|
| 1372 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715202) 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)
|
| 1561 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717766) 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)
|
| 1563 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717768) 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)
|
| 1572 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717818) 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)
|
| 1582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 717862) 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)
|
| 2053 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725712) 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)
|
| 2057 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725850) 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)
|
| 2067 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725946) 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)
|
| 2068 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725947) 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)
|
| 2097 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726407) 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)
|
| 2100 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726410) 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)
|
| 2101 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726411) 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)
|
| 2103 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726413) 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)
|
| 2104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726414) 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)
|
| 2107 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726715) 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)
|
| 231 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pre4836_pack` WHERE id_product_pack = 3680 LIMIT 1 |
0.105
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)
|
| 584 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 575003) 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)
|
| 585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 575034) 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)
|
| 589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 575365) 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)
|
| 597 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 577418) 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)
|
| 598 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 578140) 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)
|
| 706 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590837) 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)
|
| 1105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711131) 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)
|
| 1111 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711152) 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)
|
| 1113 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711173) 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 = 3574) AND (id_product_attribute = 711176) 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)
|
| 1118 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711251) 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)
|
| 1139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711598) 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)
|
| 1141 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711610) 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)
|
| 1164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712264) 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)
|
| 1176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712565) 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)
|
| 1177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712566) 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)
|
| 1180 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712611) 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)
|
| 1187 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712818) 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)
|
| 1198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712948) 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)
|
| 1201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712983) 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 = 3574) AND (id_product_attribute = 713522) 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)
|
| 1236 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713614) 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)
|
| 1257 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713768) 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)
|
| 1259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713785) 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)
|
| 1270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713879) 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)
|
| 1272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713881) 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)
|
| 1276 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713899) 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)
|
| 1365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715059) 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)
|
| 2049 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725708) 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)
|
| 2061 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725905) 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)
|
| 2062 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725906) 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)
|
| 2063 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725907) 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)
|
| 2095 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726318) 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)
|
| 2111 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726955) 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)
|
| 210 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pre4836_pack` WHERE id_product_pack = 4734 LIMIT 1 |
0.105
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)
|
| 583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 574991) 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)
|
| 590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 575441) 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)
|
| 591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 575545) 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)
|
| 728 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 592524) 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)
|
| 839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 632982) 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)
|
| 1112 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711153) 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)
|
| 1114 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711174) 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)
|
| 1115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711175) 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)
|
| 1117 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711177) 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)
|
| 1119 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711252) 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)
|
| 1122 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711255) 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)
|
| 1130 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711384) 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)
|
| 1132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711386) 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)
|
| 1136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711516) 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)
|
| 1137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711596) 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)
|
| 1140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711599) 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)
|
| 1142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711611) 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)
|
| 1158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712206) 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 = 3574) AND (id_product_attribute = 712207) 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)
|
| 1171 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712342) 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)
|
| 1179 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712610) 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)
|
| 1183 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712814) 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)
|
| 1184 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712815) 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)
|
| 1186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712817) 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)
|
| 1190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712934) 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)
|
| 1197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712947) 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)
|
| 1200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712982) 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)
|
| 1203 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712985) 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)
|
| 1206 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713048) 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)
|
| 1208 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713070) 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)
|
| 1215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713155) 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)
|
| 1229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713523) 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)
|
| 1230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713524) 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)
|
| 1231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713525) 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)
|
| 1239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713623) 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)
|
| 1245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713659) 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)
|
| 1248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713662) 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 = 3574) AND (id_product_attribute = 713766) 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)
|
| 1258 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713769) 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)
|
| 1261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713787) 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)
|
| 1264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713820) 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)
|
| 1269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713878) 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)
|
| 1271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713880) 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)
|
| 1274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713897) 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)
|
| 1275 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713898) 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)
|
| 2108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726716) 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)
|
| 2110 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 726718) 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)
|
| 143 |
SELECT SQL_NO_CACHE *
FROM `pre4836_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.104
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)
|
| 737 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 593405) 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)
|
| 881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707492) 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)
|
| 1106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711132) 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)
|
| 1121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711254) 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)
|
| 1131 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711385) 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)
|
| 1133 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711387) 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)
|
| 1173 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712344) 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)
|
| 1189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712933) 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)
|
| 1196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712946) 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)
|
| 1205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713047) 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)
|
| 1212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713074) 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)
|
| 1220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713160) 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)
|
| 1224 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713416) 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)
|
| 1232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713526) 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)
|
| 1240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713624) 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)
|
| 1244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713658) 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)
|
| 1247 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713661) 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)
|
| 1251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713707) 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)
|
| 1262 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713788) 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)
|
| 1265 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713821) 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)
|
| 144 |
SELECT SQL_NO_CACHE *
FROM `pre4836_tax_lang`
WHERE `id_tax` = 1 |
0.104
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)
|
| 586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 575048) 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)
|
| 587 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 575054) 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)
|
| 613 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 582661) 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)
|
| 646 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 586270) 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)
|
| 772 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 600752) 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)
|
| 805 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 619125) 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)
|
| 838 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 632778) 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)
|
| 1104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711076) 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)
|
| 1134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711514) 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)
|
| 1138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711597) 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)
|
| 1146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711740) 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)
|
| 1148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711742) 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)
|
| 1154 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712058) 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 = 3574) AND (id_product_attribute = 712059) 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 = 3574) AND (id_product_attribute = 712060) 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)
|
| 1157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712205) 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)
|
| 1160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712208) 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 = 3574) AND (id_product_attribute = 712209) 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)
|
| 1168 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712291) 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)
|
| 1169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712292) 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)
|
| 1172 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712343) 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)
|
| 1174 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712548) 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)
|
| 1178 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712567) 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)
|
| 1188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712932) 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)
|
| 1191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712935) 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 = 3574) AND (id_product_attribute = 712936) 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 = 3574) AND (id_product_attribute = 712943) 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 = 3574) AND (id_product_attribute = 712944) 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)
|
| 1195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712945) 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)
|
| 1199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712981) 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)
|
| 1202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712984) 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)
|
| 1204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713046) 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)
|
| 1207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713049) 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)
|
| 1210 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713072) 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)
|
| 1211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713073) 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)
|
| 1214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713076) 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)
|
| 1216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713156) 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)
|
| 1218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713158) 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)
|
| 1219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713159) 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)
|
| 1221 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713161) 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)
|
| 1222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713414) 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)
|
| 1223 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713415) 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)
|
| 1225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713417) 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)
|
| 1226 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713418) 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)
|
| 1227 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713521) 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)
|
| 1233 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713527) 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)
|
| 1234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713612) 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)
|
| 1235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713613) 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)
|
| 1241 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713625) 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)
|
| 1242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713626) 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)
|
| 1243 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713627) 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)
|
| 1246 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713660) 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)
|
| 1249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713663) 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)
|
| 1250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713706) 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)
|
| 1252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713708) 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)
|
| 1253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713709) 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)
|
| 1256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713767) 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)
|
| 1260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713786) 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)
|
| 1263 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713789) 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)
|
| 1268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713877) 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)
|
| 1273 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713882) 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)
|
| 1934 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722941) 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)
|
| 1150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711821) 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)
|
| 588 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 575162) 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)
|
| 599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 579428) 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)
|
| 606 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 581882) 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)
|
| 615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 582745) 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)
|
| 620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 583534) 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)
|
| 621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 583588) 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)
|
| 624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 583825) 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)
|
| 647 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 586353) 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)
|
| 649 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 586595) 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)
|
| 650 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 586911) 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)
|
| 655 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 587233) 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)
|
| 656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 587253) 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)
|
| 658 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 587459) 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)
|
| 660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 587543) 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 = 3574) AND (id_product_attribute = 587677) 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)
|
| 663 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 587767) 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)
|
| 667 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 588143) 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)
|
| 670 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 588522) 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)
|
| 674 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 588922) 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)
|
| 675 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 588936) 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)
|
| 678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 589154) 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)
|
| 679 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 589187) 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)
|
| 692 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590180) 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)
|
| 704 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590608) 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)
|
| 707 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590925) 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)
|
| 739 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 593671) 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)
|
| 748 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 594234) 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)
|
| 768 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 600262) 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)
|
| 885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707507) 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)
|
| 1147 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711741) 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)
|
| 1149 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711820) 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)
|
| 1151 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 711822) 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)
|
| 1162 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712262) 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)
|
| 1163 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712263) 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)
|
| 1165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712265) 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 = 3574) AND (id_product_attribute = 712289) 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)
|
| 1167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 712290) 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)
|
| 1213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713075) 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)
|
| 1217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 713157) 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)
|
| 1931 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722938) 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)
|
| 1933 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722940) 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)
|
| 229 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3680 AND id_shop=5 LIMIT 1 |
0.102
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)
|
| 600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 579998) 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)
|
| 601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 581095) 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)
|
| 602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 581193) 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)
|
| 604 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 581452) 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)
|
| 605 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 581737) 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)
|
| 607 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 582001) 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)
|
| 608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 582108) 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)
|
| 609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 582248) 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)
|
| 610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 582352) 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)
|
| 611 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 582492) 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)
|
| 614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 582697) 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)
|
| 616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 582881) 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)
|
| 619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 583278) 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)
|
| 623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 583668) 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)
|
| 627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 584140) 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)
|
| 628 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 584311) 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)
|
| 629 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 584461) 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 = 3574) AND (id_product_attribute = 584565) 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)
|
| 634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 584712) 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)
|
| 635 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 584747) 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)
|
| 648 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 586480) 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)
|
| 651 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 587023) 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)
|
| 653 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 587173) 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)
|
| 654 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 587203) 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 = 3574) AND (id_product_attribute = 587333) 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)
|
| 661 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 587563) 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)
|
| 664 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 587812) 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)
|
| 665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 588010) 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)
|
| 668 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 588330) 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)
|
| 669 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 588512) 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)
|
| 676 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 589063) 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)
|
| 680 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 589326) 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)
|
| 683 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 589496) 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)
|
| 685 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 589754) 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)
|
| 687 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 589837) 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)
|
| 689 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590007) 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)
|
| 690 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590032) 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)
|
| 693 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590201) 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)
|
| 694 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590216) 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)
|
| 695 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590289) 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)
|
| 696 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590335) 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)
|
| 698 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590376) 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)
|
| 708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 591166) 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)
|
| 710 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 591310) 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)
|
| 713 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 591487) 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)
|
| 722 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 592167) 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)
|
| 723 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 592215) 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)
|
| 741 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 593845) 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)
|
| 742 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 593873) 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)
|
| 745 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 594022) 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)
|
| 747 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 594219) 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)
|
| 763 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 599783) 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)
|
| 765 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 599849) 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)
|
| 766 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 599855) 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)
|
| 769 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 600351) 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)
|
| 774 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 600980) 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)
|
| 775 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 600988) 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)
|
| 782 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601144) 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)
|
| 783 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601193) 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)
|
| 788 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601833) 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)
|
| 789 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601869) 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)
|
| 791 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601946) 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)
|
| 792 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601981) 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)
|
| 793 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 602064) 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)
|
| 795 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 618707) 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)
|
| 798 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 618863) 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)
|
| 799 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 618877) 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)
|
| 801 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 618939) 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)
|
| 802 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 618969) 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)
|
| 808 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 619220) 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)
|
| 809 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 619369) 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)
|
| 810 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 619384) 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)
|
| 811 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631129) 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)
|
| 814 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631334) 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)
|
| 815 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631342) 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)
|
| 817 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631550) 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)
|
| 820 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631662) 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)
|
| 821 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631670) 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)
|
| 824 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631742) 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)
|
| 825 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631770) 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)
|
| 828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631901) 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)
|
| 830 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631911) 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)
|
| 833 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 632047) 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)
|
| 840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 633083) 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)
|
| 841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 633099) 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)
|
| 843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 633129) 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)
|
| 857 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 634697) 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)
|
| 861 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 638302) 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)
|
| 882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707496) 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)
|
| 886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 707508) 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)
|
| 2050 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725709) 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)
|
| 603 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 581310) 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)
|
| 618 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 583021) 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)
|
| 626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 584074) 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)
|
| 631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 584534) 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)
|
| 633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 584655) 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)
|
| 652 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 587093) 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)
|
| 659 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 587507) 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)
|
| 671 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 588638) 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)
|
| 729 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 592612) 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)
|
| 744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 593946) 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)
|
| 749 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 594339) 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)
|
| 764 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 599815) 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)
|
| 773 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 600932) 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)
|
| 776 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601022) 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)
|
| 784 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601234) 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)
|
| 794 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 618673) 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)
|
| 800 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 618914) 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)
|
| 803 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 618979) 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)
|
| 819 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631618) 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)
|
| 826 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631855) 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)
|
| 617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 582973) 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)
|
| 622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 583638) 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)
|
| 630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 584479) 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)
|
| 677 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 589128) 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)
|
| 682 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 589433) 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)
|
| 686 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 589802) 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)
|
| 691 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590141) 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)
|
| 697 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590352) 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)
|
| 711 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 591369) 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)
|
| 712 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 591384) 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)
|
| 715 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 591610) 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)
|
| 716 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 591611) 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)
|
| 717 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 591799) 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)
|
| 719 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 591892) 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)
|
| 724 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 592255) 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)
|
| 725 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 592436) 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)
|
| 730 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 592954) 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)
|
| 731 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 593006) 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)
|
| 735 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 593273) 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)
|
| 736 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 593358) 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)
|
| 743 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 593901) 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)
|
| 746 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 594126) 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)
|
| 750 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 594408) 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)
|
| 751 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 594432) 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)
|
| 752 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 594497) 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)
|
| 756 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 595324) 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)
|
| 760 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 599463) 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)
|
| 761 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 599688) 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)
|
| 762 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 599722) 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)
|
| 777 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601042) 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)
|
| 778 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601060) 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)
|
| 779 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601091) 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)
|
| 786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601496) 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)
|
| 787 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601757) 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)
|
| 790 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601889) 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)
|
| 796 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 618767) 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)
|
| 806 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 619160) 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)
|
| 812 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631278) 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)
|
| 813 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631319) 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)
|
| 816 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631390) 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)
|
| 818 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631590) 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)
|
| 827 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631896) 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)
|
| 832 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 632039) 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)
|
| 834 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 632050) 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)
|
| 836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 632196) 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)
|
| 837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 632651) 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)
|
| 842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 633113) 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)
|
| 847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 633626) 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)
|
| 849 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 633872) 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)
|
| 858 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 634952) 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)
|
| 2036 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725413) 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)
|
| 625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 583943) 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)
|
| 666 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 588072) 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)
|
| 681 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 589334) 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)
|
| 684 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 589700) 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)
|
| 688 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 589947) 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)
|
| 700 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590453) 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)
|
| 709 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 591245) 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)
|
| 714 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 591606) 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)
|
| 720 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 592039) 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)
|
| 721 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 592144) 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)
|
| 732 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 593029) 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)
|
| 733 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 593061) 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)
|
| 754 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 594915) 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)
|
| 755 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 595002) 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)
|
| 758 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 597556) 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)
|
| 759 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 599418) 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)
|
| 767 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 600089) 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)
|
| 770 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 600614) 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)
|
| 780 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601111) 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)
|
| 781 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601124) 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)
|
| 785 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 601258) 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)
|
| 797 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 618836) 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)
|
| 807 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 619185) 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)
|
| 822 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631706) 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)
|
| 823 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631710) 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)
|
| 829 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631907) 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)
|
| 831 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 631998) 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)
|
| 844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 633408) 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)
|
| 850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 633931) 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)
|
| 851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 634351) 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)
|
| 852 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 634380) 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)
|
| 853 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 634433) 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)
|
| 859 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 635316) 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)
|
| 1402 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715737) 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)
|
| 1936 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723033) 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)
|
| 135 |
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.100
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)
|
| 699 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 590419) 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)
|
| 718 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 591861) 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)
|
| 846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 633575) 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)
|
| 848 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 633716) 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)
|
| 855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 634443) 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)
|
| 856 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 634592) 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)
|
| 862 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 703626) 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)
|
| 863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 703962) 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)
|
| 1941 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723093) 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)
|
| 208 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 4734 AND id_shop=5 LIMIT 1 |
0.100
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)
|
| 734 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 593135) 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)
|
| 753 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 594717) 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)
|
| 757 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 597401) 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)
|
| 854 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 634438) 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)
|
| 860 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 635872) 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)
|
| 2048 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725515) 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)
|
| 149 |
SELECT SQL_NO_CACHE product_type FROM `pre4836_product` WHERE id_product = 3574 LIMIT 1 |
0.099
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)
|
| 167 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3588 AND id_shop=5 LIMIT 1 |
0.099
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)
|
| 187 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3679 AND id_shop=5 LIMIT 1 |
0.099
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)
|
| 1930 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722877) 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)
|
| 1966 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724148) 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)
|
| 1973 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724175) 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)
|
| 2037 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725414) 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 = 3574) AND (id_product_attribute = 723091) 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)
|
| 161 |
SELECT SQL_NO_CACHE name FROM pre4836_category_lang WHERE id_shop = 5 AND id_lang = 1 AND id_category = 557 LIMIT 1 |
0.098
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)
|
| 170 |
SELECT SQL_NO_CACHE product_type FROM `pre4836_product` WHERE id_product = 3588 LIMIT 1 |
0.098
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)
|
| 1929 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722876) 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)
|
| 1932 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 722939) 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)
|
| 1976 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724278) 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)
|
| 2005 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724740) 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)
|
| 181 |
SELECT SQL_NO_CACHE name FROM pre4836_category_lang WHERE id_shop = 5 AND id_lang = 1 AND id_category = 557 LIMIT 1 |
0.097
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)
|
| 201 |
SELECT SQL_NO_CACHE name FROM pre4836_category_lang WHERE id_shop = 5 AND id_lang = 1 AND id_category = 557 LIMIT 1 |
0.097
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)
|
| 222 |
SELECT SQL_NO_CACHE name FROM pre4836_category_lang WHERE id_shop = 5 AND id_lang = 1 AND id_category = 557 LIMIT 1 |
0.097
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)
|
| 1937 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723034) 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)
|
| 1938 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723035) 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)
|
| 1942 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723094) 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)
|
| 1944 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723390) 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)
|
| 1951 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723605) 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)
|
| 1959 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723663) 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)
|
| 1960 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723683) 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)
|
| 1968 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724170) 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)
|
| 1978 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724302) 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)
|
| 1980 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724304) 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)
|
| 1984 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724367) 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)
|
| 1985 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724368) 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)
|
| 1986 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724516) 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)
|
| 1991 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724541) 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)
|
| 1993 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724543) 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)
|
| 1994 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724544) 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)
|
| 1996 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724667) 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 = 3574) AND (id_product_attribute = 724687) 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)
|
| 2002 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724688) 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)
|
| 2006 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724741) 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)
|
| 2007 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724742) 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 = 3574) AND (id_product_attribute = 724779) 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)
|
| 2011 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724781) 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)
|
| 2018 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724897) 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)
|
| 2027 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724977) 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)
|
| 2028 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724978) 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 = 3574) AND (id_product_attribute = 724279) 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)
|
| 1979 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724303) 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)
|
| 1983 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724366) 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)
|
| 2010 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724780) 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)
|
| 2013 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724783) 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)
|
| 2021 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724924) 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)
|
| 2029 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724979) 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)
|
| 2038 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725415) 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)
|
| 1943 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723389) 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)
|
| 1946 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723392) 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)
|
| 1947 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723393) 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)
|
| 1949 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723603) 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)
|
| 1950 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723604) 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)
|
| 1952 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723606) 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)
|
| 1953 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723612) 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)
|
| 1954 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723613) 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)
|
| 1962 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723685) 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)
|
| 1969 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724171) 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)
|
| 1975 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724277) 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)
|
| 1981 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724305) 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)
|
| 1982 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724306) 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 = 3574) AND (id_product_attribute = 724517) 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 = 3574) AND (id_product_attribute = 724519) 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 = 3574) AND (id_product_attribute = 724540) 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 = 3574) AND (id_product_attribute = 724666) 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 = 3574) AND (id_product_attribute = 724668) 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 = 3574) AND (id_product_attribute = 724685) 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 = 3574) AND (id_product_attribute = 724686) 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)
|
| 2003 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724689) 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 = 3574) AND (id_product_attribute = 724784) 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)
|
| 2015 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724894) 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)
|
| 2016 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724895) 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 = 3574) AND (id_product_attribute = 724898) 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)
|
| 2020 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724923) 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 = 3574) AND (id_product_attribute = 724926) 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)
|
| 2024 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724927) 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)
|
| 2025 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724975) 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)
|
| 2030 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724980) 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 = 3574) AND (id_product_attribute = 724981) 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)
|
| 2032 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725103) 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 = 3574) AND (id_product_attribute = 725104) 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)
|
| 2035 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725106) 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)
|
| 2039 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725416) 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)
|
| 2040 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725417) 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)
|
| 2042 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725419) 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)
|
| 2047 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725514) 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)
|
| 128 |
SELECT SQL_NO_CACHE `name`
FROM `pre4836_manufacturer`
WHERE `id_manufacturer` = 69
AND `active` = 1 LIMIT 1 |
0.096
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)
|
| 1399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715734) 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)
|
| 1945 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723391) 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)
|
| 1955 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723614) 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)
|
| 1956 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723615) 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)
|
| 1957 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723661) 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)
|
| 1958 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723662) 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)
|
| 1961 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723684) 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)
|
| 1964 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724146) 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)
|
| 1965 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724147) 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 = 3574) AND (id_product_attribute = 724149) 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 = 3574) AND (id_product_attribute = 724173) 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 = 3574) AND (id_product_attribute = 724276) 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 = 3574) AND (id_product_attribute = 724542) 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)
|
| 1998 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724669) 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)
|
| 2008 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724743) 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 = 3574) AND (id_product_attribute = 724782) 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)
|
| 2017 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724896) 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)
|
| 2022 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724925) 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)
|
| 2026 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 724976) 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 = 3574) AND (id_product_attribute = 725105) 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)
|
| 2043 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725510) 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)
|
| 2044 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725511) 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)
|
| 2046 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725513) 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)
|
| 1948 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723394) 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)
|
| 1963 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 723686) 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)
|
| 2041 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725418) 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 = 3574) AND (id_product_attribute = 724172) 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)
|
| 2045 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 725512) 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)
|
| 1400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715735) 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)
|
| 1403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715773) 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)
|
| 146 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_group`
WHERE `id_group` = 1 LIMIT 1 |
0.092
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)
|
| 202 |
SELECT SQL_NO_CACHE `name`
FROM `pre4836_manufacturer`
WHERE `id_manufacturer` = 31
AND `active` = 1 LIMIT 1 |
0.091
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)
|
| 211 |
SELECT SQL_NO_CACHE product_type FROM `pre4836_product` WHERE id_product = 4734 LIMIT 1 |
0.091
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)
|
| 1401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3574) AND (id_product_attribute = 715736) 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)
|
| 190 |
SELECT SQL_NO_CACHE product_type FROM `pre4836_product` WHERE id_product = 3679 LIMIT 1 |
0.090
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)
|
| 223 |
SELECT SQL_NO_CACHE `name`
FROM `pre4836_manufacturer`
WHERE `id_manufacturer` = 41
AND `active` = 1 LIMIT 1 |
0.090
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)
|
| 232 |
SELECT SQL_NO_CACHE product_type FROM `pre4836_product` WHERE id_product = 3680 LIMIT 1 |
0.090
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)
|
| 209 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_product_group_reduction_cache`
WHERE `id_product` = 4734 AND `id_group` = 1 LIMIT 1 |
0.088
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)
|
| 164 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre4836_specific_price_priority`
WHERE `id_product` = 3588
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.087
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)
|
| 136 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre4836_specific_price_priority`
WHERE `id_product` = 3574
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.087
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)
|
| 184 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre4836_specific_price_priority`
WHERE `id_product` = 3679
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.086
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)
|
| 226 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre4836_specific_price_priority`
WHERE `id_product` = 3680
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.086
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)
|
| 230 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_product_group_reduction_cache`
WHERE `id_product` = 3680 AND `id_group` = 1 LIMIT 1 |
0.086
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)
|
| 205 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre4836_specific_price_priority`
WHERE `id_product` = 4734
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.086
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)
|
| 168 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_product_group_reduction_cache`
WHERE `id_product` = 3588 AND `id_group` = 1 LIMIT 1 |
0.084
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)
|
| 188 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_product_group_reduction_cache`
WHERE `id_product` = 3679 AND `id_group` = 1 LIMIT 1 |
0.084
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)
|